summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:41:56 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:41:56 (GMT)
commit6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10 (patch)
tree419e5508d729ce1dcdd8f5af033e80b174c5b3f3 /doc/user
parent1c43c95fd745a770ad7b0be5ead347c62a18e006 (diff)
downloadSCons-6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10.zip
SCons-6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10.tar.gz
SCons-6885c3fd4f501aff9d5cde7b0bb3aedaf5b63e10.tar.bz2
- cleaned up 'bin' directory
- several smaller fixes - added first version of the Overview document for the doc toolchain
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/pdf.xsl13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/user/pdf.xsl b/doc/user/pdf.xsl
index cda0644..652975f 100644
--- a/doc/user/pdf.xsl
+++ b/doc/user/pdf.xsl
@@ -36,6 +36,8 @@
<xsl:param name="paper.type" select="'letter'"></xsl:param>
<xsl:param name="body.start.indent">0pt</xsl:param>
<xsl:param name="shade.verbatim" select="1"></xsl:param>
+<xsl:param name="variablelist.term.break.after" select="1"></xsl:param>
+
<xsl:param name="generate.toc">
/appendix toc,title
article/appendix nop
@@ -54,8 +56,15 @@ reference toc,title
set toc,title
</xsl:param>
-<xsl:template match="varlistentry/term">
- <xsl:call-template name="inline.boldseq"/>
+<xsl:attribute-set name="variablelist.term.properties">
+ <xsl:attribute name="font-weight">bold</xsl:attribute>
+</xsl:attribute-set>
+
+<xsl:template match="variablelist">
+ <xsl:variable name="presentation">
+ <xsl:call-template name="pi.dbfo_list-presentation"/>
+ </xsl:variable>
+ <xsl:apply-templates select="." mode="vl.as.blocks"/>
</xsl:template>
</xsl:stylesheet>