summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-04-01 21:20:50 +0200
committerAndras Timar <andras.timar@collabora.com>2019-04-01 23:09:58 +0200
commit2c53846e8861c2252b712e5733936b83f66c4816 (patch)
treed94f1127c6d0612ff98a15db6d98fde066e4e85d /readlicense_oo
parent5f04be8d385f100d0775549cbdd7295cec1d1423 (diff)
(blind) fix of 'ERROR: Source for LICENSE.html not found!' on macOS
Change-Id: I0f87d96691281e773b48ab11380c0dfa3a65ebba Reviewed-on: https://gerrit.libreoffice.org/70083 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'readlicense_oo')
-rw-r--r--readlicense_oo/CustomTarget_license.mk4
-rw-r--r--readlicense_oo/Package_license.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/readlicense_oo/CustomTarget_license.mk b/readlicense_oo/CustomTarget_license.mk
index 75923d109970..15d4a31ea694 100644
--- a/readlicense_oo/CustomTarget_license.mk
+++ b/readlicense_oo/CustomTarget_license.mk
@@ -12,7 +12,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,readlicense_oo/license))
readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/license)
readlicense_oo_LICENSE_xml := $(SRCDIR)/readlicense_oo/license/license.xml
-$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/license.html
+$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/LICENSE.html
ifeq ($(OS),WNT)
$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/license.txt
@@ -20,7 +20,7 @@ else
$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/LICENSE
endif
-$(readlicense_oo_DIR)/license.html : \
+$(readlicense_oo_DIR)/LICENSE.html : \
$(SRCDIR)/readlicense_oo/license/license_html.xsl \
$(readlicense_oo_LICENSE_xml) \
| $(readlicense_oo_DIR)/.dir \
diff --git a/readlicense_oo/Package_license.mk b/readlicense_oo/Package_license.mk
index 7f1b5bb309c8..67755904a007 100644
--- a/readlicense_oo/Package_license.mk
+++ b/readlicense_oo/Package_license.mk
@@ -20,9 +20,9 @@ endif
endif
ifneq ($(OS),MACOSX)
-$(eval $(call gb_Package_add_file,readlicense_oo_license,LICENSE.html,license.html))
+$(eval $(call gb_Package_add_file,readlicense_oo_license,LICENSE.html,LICENSE.html))
else
-$(eval $(call gb_Package_add_file,readlicense_oo_license,Resources/LICENSE.html,license.html))
+$(eval $(call gb_Package_add_file,readlicense_oo_license,Resources/LICENSE.html,LICENSE.html))
endif
# vim: set noet sw=4 ts=4: