diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-06 20:51:01 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-06 21:52:57 +0200 |
commit | 2d21ebb74b31546cf7dd133df9f8c4951d325c80 (patch) | |
tree | 4129d0f23927b91b1d7996f20ddfd8461809682d /CustomTarget_html.mk | |
parent | 12aff9b55df5cfc0282ec9ee7d359fb843291a79 (diff) |
Revert "Create XSLT replacement table for missing icons"
This reverts commit 61f44912beec99f6211399ce567274aa369f817d.
Change-Id: Icd69ccd4f487a82426a00169728ec62bbff6d0b6
Reviewed-on: https://gerrit.libreoffice.org/70350
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 84e142c265..45d3f284b7 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -13,7 +13,6 @@ $(eval $(call gb_CustomTarget_CustomTarget,helpcontent2/help3xsl)) html_TREE_MODULES := sbasic scalc schart shared simpress smath swriter html_TEXT_MODULES := $(html_TREE_MODULES) sdatabase sdraw html_BMARK_MODULES := swriter:WRITER scalc:CALC simpress:IMPRESS sdraw:DRAW shared/explorer/database:BASE smath:MATH schart:CHART sbasic:BASIC shared:SHARED -ICON_FILE := $(SRCDIR)/icon-themes/colibre/links.txt $(eval $(call gb_CustomTarget_register_targets,helpcontent2/help3xsl,\ hid2file.js \ @@ -109,21 +108,6 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.js : ) > $@ \ ) -$(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/links.txt.xsl : - $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ICO,2) - $(call gb_Helper_abbreviate_dirs,\ - ( \ - echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" \ - && echo "<xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">" \ - && echo "<xsl:template name=\"linktxt\">" \ - && echo "<xsl:param name=\"src1\"/>" \ - && echo "<xsl:choose>" \ - && grep -v "#" < $(ICON_FILE) | $(gb_AWK) 'NF' | $(gb_AWK) -v q=\' '{printf "<xsl:when test=\"\x24src1="q $$1 q "\"><xsl:text>" $$2 "</xsl:text></xsl:when>\n"}' \ - && $(gb_AWK) 'BEGIN {printf "<xsl:otherwise><xsl:value-of select=\"\x24src1\"/></xsl:otherwise>\n"}' \ - && echo "</xsl:choose>\n</xsl:template>\n</xsl:stylesheet>" \ - ) > $@ \ - ) - $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.part : \ $(SRCDIR)/helpcontent2/help3xsl/get_tree.xsl \ $(call gb_ExternalExecutable_get_dependencies,xsltproc) @@ -142,7 +126,6 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.part : \ define html_gen_html_dep $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/$(1)/html.text : \ - $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/links.txt.xsl \ $(foreach module,$(html_TEXT_MODULES), \ $(if $(filter en-US,$(1)), \ $(call gb_AllLangHelp_get_helpfiles_target,$(module)), \ |