diff options
-rw-r--r-- | doc/weechat-html-one.xsl.in (renamed from doc/weechat-html-one.xsl) | 2 | ||||
-rw-r--r-- | weechat/doc/weechat-html-one.xsl.in (renamed from weechat/doc/weechat-html-one.xsl) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/weechat-html-one.xsl b/doc/weechat-html-one.xsl.in index 5427dbb3a..ad13bd2e8 100644 --- a/doc/weechat-html-one.xsl +++ b/doc/weechat-html-one.xsl.in @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl"/> +<xsl:import href="@DOC_XSL_PREFIX@/html/docbook.xsl"/> <xsl:output indent="yes"/> diff --git a/weechat/doc/weechat-html-one.xsl b/weechat/doc/weechat-html-one.xsl.in index 5427dbb3a..ad13bd2e8 100644 --- a/weechat/doc/weechat-html-one.xsl +++ b/weechat/doc/weechat-html-one.xsl.in @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl"/> +<xsl:import href="@DOC_XSL_PREFIX@/html/docbook.xsl"/> <xsl:output indent="yes"/> |