7a9f6df7fb
... for easier maintenance. This commit only introduces the framework. Follow up commits will update the license file. Advantages: * single source, multiple outputs (html, txt) * conditional text, i.e. output will not include license terms of components that are not configured in the build Change-Id: I0ffad41119228a0a26fd1b6ce19930ca6085adb2 Reviewed-on: https://gerrit.libreoffice.org/69396 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
20 lines
584 B
Makefile
20 lines
584 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_Module_Module,readlicense_oo))
|
|
|
|
$(eval $(call gb_Module_add_targets,readlicense_oo,\
|
|
CustomTarget_readme \
|
|
CustomTarget_license \
|
|
Package_files \
|
|
Package_license \
|
|
Package_readlicense_oo_readmes \
|
|
))
|
|
|
|
# vim:set noet sw=4 ts=4:
|