diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 16:45:53 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-22 15:18:23 +0000 |
commit | daf23128482894e6efee21463c613bc857e15b5e (patch) | |
tree | 202fcae7cf510e46c75de9a41be0ef03d69e8472 /xmlhelp | |
parent | d9eec8f0f0b4ff397dedbfc2041c79c45af4d4a1 (diff) |
do not deliver these module-description xml files
Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1
Reviewed-on: https://gerrit.libreoffice.org/454
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Package_xml.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xml.mk index 7531e2f00c37..91b28d614642 100644 --- a/xmlhelp/Package_xml.mk +++ b/xmlhelp/Package_xml.mk @@ -32,6 +32,4 @@ $(eval $(call gb_Package_add_file,xmlhelp_xml,bin/idxcaption.xsl,idxcaption.xsl) $(eval $(call gb_Package_add_file,xmlhelp_xml,bin/idxcontent.xsl,idxcontent.xsl)) $(eval $(call gb_Package_add_file,xmlhelp_xml,bin/main_transform.xsl,main_transform.xsl)) -$(eval $(call gb_Package_add_file,xmlhelp_xml,xml/ucpchelp.xml,ucpchelp.xml)) - # vim: set shiftwidth=4 tabstop=4 noexpandtab: |