From 767665949b363a68ca90a2bdcd6c6896c9899a15 Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Sun, 11 May 2008 11:25:05 +0200 Subject: [PATCH] Use IDs for filenames. --- generate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generate.sh b/generate.sh index df976b7..c403436 100755 --- a/generate.sh +++ b/generate.sh @@ -30,6 +30,8 @@ xsltproc -o pottery.docbook pottery2docbook.xsl $withIncludesResolved || exit 3 xmllint --xinclude --noout --schema docbook.xsd pottery.docbook || exit 4 cd xhtml/ -xsltproc ../../docbook-xsl-1.73.2/xhtml/chunk.xsl ../pottery.docbook || exit 5 +xsltproc --stringparam use.id.as.filename 1 \ + ../../docbook-xsl-1.73.2/xhtml/chunk.xsl \ + ../pottery.docbook || exit 5 # vim: et:ts=4:sw=4:sts=4 -- 2.11.4.GIT