Mercurial > hg > easyhg-kdiff3
comparison kdiff3/doc/createpdfdoc @ 69:8febbfb1148c
KDiff3 0.9.89
author | joachim99 |
---|---|
date | Mon, 10 Apr 2006 08:40:51 +0000 |
parents | |
children | fcd146072e0c |
comparison
equal
deleted
inserted
replaced
68:d7cafcda8c99 | 69:8febbfb1148c |
---|---|
1 for i in `find * -maxdepth 0 -type d`; do | |
2 cd $i | |
3 echo $i | |
4 LANG=de_DE meinproc --check index.docbook --stylesheet /opt/kde3/share/apps/ksgmltools2/customization/kde-nochunk.xsl | |
5 html2ps -D -u -n index.html >index.ps | |
6 ps2pdf index.ps ../kdiff3_$i.pdf | |
7 cd .. | |
8 done |