From a775aa57f7b1d5f0f69b8faa5277d1914455ba38 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 13 Feb 2013 16:28:16 +0100 Subject: compact help xml files with xslt which removes the cruft Change-Id: Iee923174169d6ba9961a9cee14115c9a4bf7ba09 --- xmlhelp/Package_xsl.mk | 1 + xmlhelp/util/compact.xsl | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 xmlhelp/util/compact.xsl (limited to 'xmlhelp') diff --git a/xmlhelp/Package_xsl.mk b/xmlhelp/Package_xsl.mk index 6a11a4620d92..9dc400b0d9d4 100644 --- a/xmlhelp/Package_xsl.mk +++ b/xmlhelp/Package_xsl.mk @@ -27,6 +27,7 @@ $(eval $(call gb_Package_Package,xmlhelp_xsl,$(SRCDIR)/xmlhelp/util)) +$(eval $(call gb_Package_add_file,xmlhelp_xsl,bin/compact.xsl,compact.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)) diff --git a/xmlhelp/util/compact.xsl b/xmlhelp/util/compact.xsl new file mode 100644 index 000000000000..457c955e2a23 --- /dev/null +++ b/xmlhelp/util/compact.xsl @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit