summaryrefslogtreecommitdiffstats
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-12 16:56:00 -0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-05-13 21:21:34 +0200
commit3e0fb08cce8581d5d10fc5f0e44a26451bf5b794 (patch)
tree1611428fdaf575c5e13269c910a0f5baac95705f /help3xsl
parenttdf#131416 syntax fragments tags cleanup (diff)
downloadhelp-3e0fb08cce8581d5d10fc5f0e44a26451bf5b794.tar.gz
help-3e0fb08cce8581d5d10fc5f0e44a26451bf5b794.zip
tdf#128519 Icon replacement table in build time
As explained in tdf#128519, command <include> in XLST must have its href= hardcoded. Thus, copy online_transform.xsl and create links.txtx.xsl in workdir/ Change-Id: I979fd58f16a51ae6f57fc6f87349700eafdefbd7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94082 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'help3xsl')
-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 62e0e976c4..573967c192 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="../helpers/links.txt.xsl"/>
+<xsl:include href="links.txt.xsl"/>
<!--
############################
# Variables and Parameters #