diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-12 16:56:00 -0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-05-13 21:21:34 +0200 |
commit | 3e0fb08cce8581d5d10fc5f0e44a26451bf5b794 (patch) | |
tree | 1611428fdaf575c5e13269c910a0f5baac95705f /help3xsl | |
parent | 2b17a70d537af67d209187b8d280852254a4f755 (diff) |
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.xsl | 2 |
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 # |