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