diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-04 10:33:44 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-11 17:43:42 +0200 |
commit | ee180ade07e36dd1fb8c7bdca6ecbab44ded9eb8 (patch) | |
tree | 5e5f78e114533b036e02c3b2e0d97ba618a97c93 /help3xsl/online_transform.xsl | |
parent | 5bead0438b7fe977d8d2288c0397b34a3623d68f (diff) |
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.xsl | 2 |
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 # |