summaryrefslogtreecommitdiffstats
path: root/doc/createpdfdoc
blob: 5e961c644cc236d11dbc0b8449ad5cbf93faad25 (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/kde-nochunk.xsl
html2ps -D -u -n index.html >index.ps
ps2pdf index.ps ../kdiff3_$i.pdf
cd ..
done