summaryrefslogtreecommitdiffstats
path: root/doc/dblatex.xsl
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2015-11-17 22:04:50 (GMT)
committerEvan Martin <martine@danga.com>2015-11-17 22:05:53 (GMT)
commita6859ac8af7377b1a1e136a6b296f8e8ca950507 (patch)
treec80140188229269ead4b6f033ad6a42090a00c57 /doc/dblatex.xsl
parent274db07276106944f63a3387bc3826e2211da154 (diff)
downloadNinja-a6859ac8af7377b1a1e136a6b296f8e8ca950507.zip
Ninja-a6859ac8af7377b1a1e136a6b296f8e8ca950507.tar.gz
Ninja-a6859ac8af7377b1a1e136a6b296f8e8ca950507.tar.bz2
improve docs generation, including PDF output
- Fix the manual build rules (missing the .xsl as an input). - Add a README describing how the docs build works. - Add rules that generate PDF, just 'cause we can.
Diffstat (limited to 'doc/dblatex.xsl')
-rw-r--r--doc/dblatex.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/dblatex.xsl b/doc/dblatex.xsl
new file mode 100644
index 0000000..c0da212
--- /dev/null
+++ b/doc/dblatex.xsl
@@ -0,0 +1,7 @@
+<!-- This custom XSL tweaks the dblatex XML settings. -->
+<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
+ <!-- These parameters disable the list of collaborators and revisions.
+ Together remove a useless page from the front matter. -->
+ <xsl:param name='doc.collab.show'>0</xsl:param>
+ <xsl:param name='latex.output.revhistory'>0</xsl:param>
+</xsl:stylesheet>