diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-01 14:03:26 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-06 16:04:33 +0200 |
commit | 61f44912beec99f6211399ce567274aa369f817d (patch) | |
tree | 6021d73eac77f65f31fb254a08e35dd25bd0767f /help3xsl/online_transform.xsl | |
parent | 0e323bedb182d71c72ef08ec0f745bb60830a2c3 (diff) |
Create XSLT replacement table for missing icons
Missing UI icons have a replacement table in
/core/icon-themes/colibre/links.txt
Help must also use this replacement table when Help
pages have missing icons. The previous approach was a manual
creation of a XSLT for the replacement.
The patch moves the replacement table creation inside the
Custom makefile, making it automatic and carrying changes
of the original links.txt source.
Change-Id: I7f834fa03bbd85f329efbec43e5c51cc86d51586
Reviewed-on: https://gerrit.libreoffice.org/70080
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 630aa8a938..7392b96181 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -21,8 +21,9 @@ <xsl:output indent="yes" method="html" doctype-system= "about:legacy-compat"/> +<xsl:include href="../../workdir/CustomTarget/helpcontent2/help3xsl/links.txt.xsl"/> <xsl:include href="localized.xsl"/> -<xsl:include href="links.txt.xsl"/> + <!-- ############################ # Variables and Parameters # |