summaryrefslogtreecommitdiffstats
path: root/doc/createpdfdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/createpdfdoc')
-rw-r--r--doc/createpdfdoc2
1 files changed, 1 insertions, 1 deletions
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 ..