From 2c02d23b234503e709b804cde1534dcf7cbad0b6 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Thu, 20 Jan 2005 22:47:55 +0000 Subject: [PATCH] used to build pdf output for pdn --- build.sh | 9 +++++++++ pdn-pdf-style.xsl | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100755 build.sh create mode 100644 pdn-pdf-style.xsl diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..2334f2a --- /dev/null +++ b/build.sh @@ -0,0 +1,9 @@ +#!/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 diff --git a/pdn-pdf-style.xsl b/pdn-pdf-style.xsl new file mode 100644 index 0000000..faac3cd --- /dev/null +++ b/pdn-pdf-style.xsl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + +article nop + + + + + + + + + + + -- 2.43.0