From 2d21ebb74b31546cf7dd133df9f8c4951d325c80 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 6 Apr 2019 20:51:01 +0100 Subject: 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 --- CustomTarget_html.mk | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'CustomTarget_html.mk') 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 "" \ - && echo "" \ - && echo "" \ - && echo "" \ - && echo "" \ - && grep -v "#" < $(ICON_FILE) | $(gb_AWK) 'NF' | $(gb_AWK) -v q=\' '{printf "" $$2 "\n"}' \ - && $(gb_AWK) 'BEGIN {printf "\n"}' \ - && echo "\n\n" \ - ) > $@ \ - ) - $(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)), \ -- cgit