Kaydet (Commit) 2c53846e authored tarafından Andras Timar's avatar Andras Timar

(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: 's avatarAndras Timar <andras.timar@collabora.com>
üst 5f04be8d
......@@ -13,7 +13,7 @@ $(eval $(call gb_Package_Package,odk_share_readme,$(readlicense_oo_DIR)))
$(eval $(call gb_Package_set_outdir,odk_share_readme,$(INSTDIR)))
$(eval $(call gb_Package_add_files,odk_share_readme,$(SDKDIRNAME)/share/readme,\
license.html \
LICENSE.html \
))
# for WNT see Package_share_readme_generated.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 \
......
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment