switching to apache fop to build pdfs, much better output, so
authorAaron Klingaman <alk@cs.princeton.edu>
Fri, 21 Jan 2005 15:49:31 +0000 (15:49 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Fri, 21 Jan 2005 15:49:31 +0000 (15:49 +0000)
no longer need the build script

build.sh [deleted file]
pdn-pdf-style.xsl

diff --git a/build.sh b/build.sh
deleted file mode 100755 (executable)
index 2334f2a..0000000
--- a/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-rm -f *.fo *.pdf pdn-titlepage.xsl
-
-#xsltproc -output pdn-titlepage.xsl \
-#    /usr/share/sgml/docbook/xsl-stylesheets/template/titlepage.xsl \
-#    pdn-titlepage.xml
-
-xmlto -x pdn-pdf-style.xsl pdf boot-manager-pdn.xml
index faac3cd..cd111c4 100644 (file)
@@ -3,26 +3,12 @@
 
 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
 
-<xsl:param name="section.autolabel" select="1"></xsl:param>
-
-<xsl:param name="table.frame.border.thickness" select="'0.5pt'"></xsl:param>
-<xsl:param name="nominal.table.width" select="'6in'"></xsl:param>
-
 <xsl:param name="header.rule" select="0"></xsl:param>
 <xsl:param name="footer.rule" select="0"></xsl:param>
-
-
-<!-- remove table of contents -->
-<xsl:param name="generate.toc">
-article nop
-</xsl:param>
+<xsl:param name="section.autolabel" select="1"></xsl:param>
 
 <!-- remove revision history -->
 <xsl:template match="revhistory" mode="titlepage.mode">
 </xsl:template>
 
-<!-- remove normal header -->
-<xsl:template match="header.content">
-</xsl:template>
-
 </xsl:stylesheet>