view kdiff3/doc/createpdfdoc @ 79:881e47f5076b

Removed files for auto tools like autoconf and automake. Removed Qt3/KDE3 subdirectories.
author joachim99
date Tue, 06 Jan 2009 17:15:53 +0000
parents 8febbfb1148c
children fcd146072e0c
line wrap: on
line source
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
html2ps -D -u -n index.html >index.ps
ps2pdf index.ps ../kdiff3_$i.pdf
cd ..
done