summaryrefslogtreecommitdiffstats
path: root/help3xsl/online_transform.xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-04 10:33:44 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-11 17:43:42 +0200
commitee180ade07e36dd1fb8c7bdca6ecbab44ded9eb8 (patch)
tree5e5f78e114533b036e02c3b2e0d97ba618a97c93 /help3xsl/online_transform.xsl
parentCorrect Menu path to insert animated GIF (diff)
downloadhelp-ee180ade07e36dd1fb8c7bdca6ecbab44ded9eb8.tar.gz
help-ee180ade07e36dd1fb8c7bdca6ecbab44ded9eb8.zip
tdf#128519 Automate icon repl't table for Help bld
The solution here is to create links.txt.xsl in the helpcontent2/helpers/ folder at build time because the <include> directive in XSLT of online_transform.xsl must be hardcoded (compile time) and core/workdir/ is not. Change-Id: I8c4c8d0b8aed58c10a95c5d42bbd1b8acdb39614 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93436 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r--help3xsl/online_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 573967c192..62e0e976c4 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -21,7 +21,7 @@
<xsl:output indent="yes" method="html" doctype-system= "about:legacy-compat"/>
-<xsl:include href="links.txt.xsl"/>
+<xsl:include href="../helpers/links.txt.xsl"/>
<!--
############################
# Variables and Parameters #