From 4b3742b6dbcc3cf071ee67cae55685b467e32f59 Mon Sep 17 00:00:00 2001 From: gernot Date: Wed, 24 Mar 2004 20:04:27 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ docs/Makefile.am | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ecf750..f880846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-24 Gernot Hillier + * docs/Makefile.am: change pathes to Docbook stylesheets to reflect + changes in SUSE 9.1 + 2004-03-23 Gernot Hillier * docs/manual-de.docbook (capicodes_protocol): fix small typo diff --git a/docs/Makefile.am b/docs/Makefile.am index 37fd0e8..8e46826 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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