diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README | 2 | ||||
-rw-r--r-- | doc/createpdfdoc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ file into HTML. meinproc index.docbook If you prefer everything in one big HTML/Postscript/PDF-file: - LANG=de_DE meinproc --check index.docbook --stylesheet /opt/kde3/share/apps/ksgmltools2/customization/kde-nochunk.xsl + LANG=de_DE meinproc --check index.docbook --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/kde-nochunk.xsl (The LANG=de_DE prevents that meinproc writes the file in UTF-8 encoding, which isn't understood by html2ps.) Create ps-file: html2ps -D -u -n index.html >index.ps diff --git a/doc/createpdfdoc b/doc/createpdfdoc index c72ef6f..5e961c6 100644 --- a/doc/createpdfdoc +++ b/doc/createpdfdoc @@ -1,7 +1,7 @@ for i in `find * -maxdepth 0 -type d`; do cd $i echo $i -LANG=de_DE meinproc --check index.docbook --stylesheet /opt/kde3/share/apps/ksgmltools2/customization/kde-nochunk.xsl +LANG=de_DE meinproc --check index.docbook --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/kde-nochunk.xsl html2ps -D -u -n index.html >index.ps ps2pdf index.ps ../kdiff3_$i.pdf cd .. |