From 7a9f6df7fb83ec23d09cb5744c2c865fa22e7143 Mon Sep 17 00:00:00 2001 From: Tamas Bunth Date: Mon, 4 Mar 2019 16:54:06 +0100 Subject: 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 --- Repository.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index e6e02c00aa8e..12007f3486e4 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1030,7 +1030,7 @@ $(eval $(call gb_Helper_register_packages_for_install,brand,\ ) \ ) \ readlicense_oo_files \ - $(if $(filter WNT,$(OS)),readlicense_oo_license) \ + readlicense_oo_license \ $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \ )) -- cgit