summaryrefslogtreecommitdiff
path: root/readlicense_oo/CustomTarget_license.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-07 12:58:33 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-08 04:03:31 -0600
commit7b3133ad882b24834f87b478d00bf4ee92d3cd63 (patch)
treee0eb51389ad9e3395775e918a8b962e3b6c2170f /readlicense_oo/CustomTarget_license.mk
parent2203611500f1fdeb63ed1fd1dfedbdb11dec968e (diff)
instsetoo_native: shouldn't need instdir in include path
get_Source_Directory_For_Files_From_Includepathlist already has a special hack to find all the files in instdir so ideally it should not be necessary to put these directories on the include path. Clean up readlicense_oo to make that possible; also copying license.txt as-is to LICENSE on Unix but first converting it on WNT is rather silly... Change-Id: I95f30bc5e0b7ca73c50156a7ce0131640185778c Reviewed-on: https://gerrit.libreoffice.org/6613 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'readlicense_oo/CustomTarget_license.mk')
-rw-r--r--readlicense_oo/CustomTarget_license.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/readlicense_oo/CustomTarget_license.mk b/readlicense_oo/CustomTarget_license.mk
index f6647efa1439..653f1dd38541 100644
--- a/readlicense_oo/CustomTarget_license.mk
+++ b/readlicense_oo/CustomTarget_license.mk
@@ -14,7 +14,7 @@ readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/license)
$(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/license.txt
$(readlicense_oo_DIR)/license.txt : \
- $(SRCDIR)/readlicense_oo/txt/license.txt \
+ $(SRCDIR)/readlicense_oo/license/LICENSE \
| $(readlicense_oo_DIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,1)
$(call gb_Helper_abbreviate_dirs, \