summaryrefslogtreecommitdiff
path: root/readlicense_oo/Module_readlicense_oo.mk
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2019-03-04 16:54:06 +0100
committerAndras Timar <andras.timar@collabora.com>2019-03-19 15:16:51 +0100
commit7a9f6df7fb83ec23d09cb5744c2c865fa22e7143 (patch)
tree62af385480790172d4d55ccc05d88432c41aa6db /readlicense_oo/Module_readlicense_oo.mk
parent37399c71004d338bab9bfaba9023f6d7b463a286 (diff)
single source file for licensing info with conditional text
... 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>
Diffstat (limited to 'readlicense_oo/Module_readlicense_oo.mk')
-rw-r--r--readlicense_oo/Module_readlicense_oo.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/readlicense_oo/Module_readlicense_oo.mk b/readlicense_oo/Module_readlicense_oo.mk
index f3f2a7dcc409..d79e0f7c1fee 100644
--- a/readlicense_oo/Module_readlicense_oo.mk
+++ b/readlicense_oo/Module_readlicense_oo.mk
@@ -11,15 +11,10 @@ $(eval $(call gb_Module_Module,readlicense_oo))
$(eval $(call gb_Module_add_targets,readlicense_oo,\
CustomTarget_readme \
- Package_files \
- Package_readlicense_oo_readmes \
-))
-
-ifeq (WNT,$(OS))
-$(eval $(call gb_Module_add_targets,readlicense_oo,\
CustomTarget_license \
+ Package_files \
Package_license \
+ Package_readlicense_oo_readmes \
))
-endif
# vim:set noet sw=4 ts=4: