diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-07 10:31:50 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-07 10:31:50 +0000 |
commit | 6cf207f23a28f6056850822f6bb83201b9be15a9 (patch) | |
tree | b3be5c257e9592f8f9d340d3a04f7a3d00008685 /doc | |
parent | 7fae7c504a1278221bf96c5b7d3e396fc1396f3b (diff) | |
download | weechat-6cf207f23a28f6056850822f6bb83201b9be15a9.zip |
Renamed weechat-html-one.xsl to weechat-html-one.xsl.in
Diffstat (limited to 'doc')
-rw-r--r-- | doc/weechat-html-one.xsl.in (renamed from doc/weechat-html-one.xsl) | 2 |
1 files changed, 1 insertions, 1 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"/> |