mirror of
https://github.com/reactos/ninja.git
synced 2024-11-27 05:30:25 +00:00
a6859ac8af
- 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.
8 lines
402 B
XML
8 lines
402 B
XML
<!-- 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>
|