diff options
author | Julien Louis <ptitlouis@sysif.net> | 2006-12-01 22:09:03 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2006-12-01 22:09:03 +0000 |
commit | ac52a1d607655ed55aec7962e77d0f295bd2cab2 (patch) | |
tree | 640c3534c8439c24225740e8e12d14ac68b00034 /doc | |
parent | d1d41da7ad46d7c7fe82406ead14ba7972efa416 (diff) | |
download | weechat-ac52a1d607655ed55aec7962e77d0f295bd2cab2.zip |
import needed files to build documentation in pdf format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/dblatex.conf | 1 | ||||
-rw-r--r-- | doc/weechat-pdf.xsl | 6 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6146aaeb8..ae671fe7c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,7 @@ SUBDIRS = . en fr de ru pl cs man_MANS = weechat-curses.1 -EXTRA_DIST = $(man_MANS) weechat-doc.css weechat-html-one.xsl.in weechat-html.xsl.in +EXTRA_DIST = $(man_MANS) weechat-doc.css weechat-html-one.xsl.in weechat-html.xsl.in weechat-pdf.xsl dblatex.conf all-local: weechat-html.xsl weechat-html-one.xsl diff --git a/doc/dblatex.conf b/doc/dblatex.conf new file mode 100644 index 000000000..7820adbd9 --- /dev/null +++ b/doc/dblatex.conf @@ -0,0 +1 @@ +XslParam: weechat-pdf.xsl diff --git a/doc/weechat-pdf.xsl b/doc/weechat-pdf.xsl new file mode 100644 index 000000000..a91ee4f71 --- /dev/null +++ b/doc/weechat-pdf.xsl @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="ISO-8859-1" ?> + +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:param name="latex.hyperparam">colorlinks,linkcolor=blue</xsl:param> +</xsl:stylesheet> + |