summaryrefslogtreecommitdiffstats
path: root/doc/createpdfdoc
blob: c5e53ca3dfecb56eaccb1a383013f912fdbbece6 (plain)
1
2
3
4
5
6
7
8
for i in `find * -maxdepth 0 -type d`; do
cd $i
echo $i
LANG=de_DE meinproc --check index.docbook --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/tde-nochunk.xsl
html2ps -D -u -n index.html >index.ps
ps2pdf index.ps ../kdiff3_$i.pdf
cd ..
done