summaryrefslogtreecommitdiffstats
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/Module_xmlhelp.mk2
-rw-r--r--xmlhelp/Package_xsl.mk (renamed from xmlhelp/Package_xml.mk)10
2 files changed, 6 insertions, 6 deletions
diff --git a/xmlhelp/Module_xmlhelp.mk b/xmlhelp/Module_xmlhelp.mk
index aa4dd94fa7e2..6436ac373b4b 100644
--- a/xmlhelp/Module_xmlhelp.mk
+++ b/xmlhelp/Module_xmlhelp.mk
@@ -30,7 +30,7 @@ $(eval $(call gb_Module_Module,xmlhelp))
$(eval $(call gb_Module_add_targets,xmlhelp,\
Library_tvhlp1 \
Library_ucpchelp1 \
- Package_xml \
+ Package_xsl \
Zip_helpxsl \
))
diff --git a/xmlhelp/Package_xml.mk b/xmlhelp/Package_xsl.mk
index 91b28d614642..6a11a4620d92 100644
--- a/xmlhelp/Package_xml.mk
+++ b/xmlhelp/Package_xsl.mk
@@ -25,11 +25,11 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Package_Package,xmlhelp_xml,$(SRCDIR)/xmlhelp/util))
+$(eval $(call gb_Package_Package,xmlhelp_xsl,$(SRCDIR)/xmlhelp/util))
-$(eval $(call gb_Package_add_file,xmlhelp_xml,bin/embed.xsl,embed.xsl))
-$(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_xsl,bin/embed.xsl,embed.xsl))
+$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/idxcaption.xsl,idxcaption.xsl))
+$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/idxcontent.xsl,idxcontent.xsl))
+$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/main_transform.xsl,main_transform.xsl))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: