diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 17:33:39 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 23:27:34 +0200 |
commit | 091c1b6fc5cb6b3c87c8e3c0fdec1f6974da10cf (patch) | |
tree | 0cf669a2c5ffb97b6e20a5ea33c4fd6690e7276a /xmlhelp | |
parent | 8c49149d32bed916fb840eb3e61dfce0648c830d (diff) |
more old module-description xml files
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Module_xmlhelp.mk | 2 | ||||
-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: |