Mercurial > hg > easyhg-kdiff3
annotate kdiff3/doc/createpdfdoc @ 75:08ea9b86c12c
KDiff3-0.9.91
author | joachim99 |
---|---|
date | Sat, 04 Nov 2006 00:05:00 +0000 |
parents | 8febbfb1148c |
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 |