summaryrefslogtreecommitdiff
path: root/data/xslt/man2html.xsl.in
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-07-24 11:00:27 -0400
committerShaun McCance <shaunm@gnome.org>2021-07-24 11:00:27 -0400
commit248359857ed254e61c4aa6e49ece183042b918c6 (patch)
treeb492884dce7b8c5af808cd735742c0b9ab7440ae /data/xslt/man2html.xsl.in
parent2f0e515df2ea450f19329b918e0892116a80c30b (diff)
downloadyelp-248359857ed254e61c4aa6e49ece183042b918c6.tar.gz
Make help list use XSLT
Diffstat (limited to 'data/xslt/man2html.xsl.in')
-rw-r--r--data/xslt/man2html.xsl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/xslt/man2html.xsl.in b/data/xslt/man2html.xsl.in
index cae7a3c7..676ce3eb 100644
--- a/data/xslt/man2html.xsl.in
+++ b/data/xslt/man2html.xsl.in
@@ -10,6 +10,7 @@
<xsl:import href="@XSL_ICONS@"/>
<xsl:import href="@XSL_HTML@"/>
<xsl:import href="@XSL_GETTEXT@"/>
+<xsl:import href="@XSL_TMPL@"/>
<xsl:include href="yelp-common.xsl"/>
<xsl:param name="html.basename" select="'//index'"/>