change pathes to Docbook stylesheets to reflect changes in SUSE 9.1

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@294 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-03-24 20:04:27 +00:00
parent 772bd2eb02
commit 4b3742b6db
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2004-03-24 Gernot Hillier <gernot@hillier.de>
* docs/Makefile.am: change pathes to Docbook stylesheets to reflect
changes in SUSE 9.1
2004-03-23 Gernot Hillier <gernot@hillier.de>
* docs/manual-de.docbook (capicodes_protocol): fix small typo

View File

@ -19,26 +19,26 @@ manual-prepare:
manual-html: manual-prepare
xsltproc --stringparam profile.condition html -o manual-profiled.docbook \
/usr/share/sgml/docbook/docbook-xsl-stylesheets/profiling/profile.xsl \
/usr/share/xml/docbook/stylesheet/nwalsh/current/profiling/profile.xsl \
manual.docbook
xsltproc --stringparam chunker.output.encoding UTF-8 \
--stringparam chunker.output.doctype-public "-//W3C//DTD XHTML 1.0 Transitional//EN" \
--stringparam chunker.output.doctype-system "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" \
-o manual/ /usr/share/sgml/docbook/docbook-xsl-stylesheets/xhtml/chunk.xsl manual-profiled.docbook
-o manual/ /usr/share/xml/docbook/stylesheet/nwalsh/current/xhtml/chunk.xsl manual-profiled.docbook
rm manual-profiled.docbook
cp -r /usr/share/sgml/docbook/docbook-xsl-stylesheets/images/ manual/ # missing images...
cp -r /usr/share/xml/docbook/stylesheet/nwalsh/current/images/ manual/ # missing images...
if test ! -d manual/images/callouts; then \
echo "manual pages weren't created succesful." ;\
exit 1; \
fi
manual-manpages: manual-prepare
xsltproc --stringparam profile.condition man -o manual-profiled.docbook /usr/share/sgml/docbook/docbook-xsl-stylesheets/profiling/profile.xsl manual.docbook
xsltproc -o manpages/ /usr/share/sgml/docbook/docbook-xsl-stylesheets/manpages/docbook.xsl manual-profiled.docbook
xsltproc --stringparam profile.condition man -o manual-profiled.docbook /usr/share/xml/docbook/stylesheet/nwalsh/current/profiling/profile.xsl manual.docbook
xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl manual-profiled.docbook
rm manual-profiled.docbook
manual-pdf: manual-prepare
xsltproc --stringparam profile.condition pdf -o manual.xml /usr/share/sgml/docbook/docbook-xsl-stylesheets/profiling/profile.xsl manual.docbook
xsltproc --stringparam profile.condition pdf -o manual.xml /usr/share/xml/docbook/stylesheet/nwalsh/current/profiling/profile.xsl manual.docbook
db2pdf manual.xml
-rm CATALOG.local manual.aux manual.log manual.out manual.tex suse-*.dsl manual.xml