Mercurial > hg > easyhg-kdiff3
view kdiff3/doc/createpdfdoc @ 113:7bca1f1340f6 tip
Build fixes for Xcode 10 / Qt 5.12
author | Chris Cannam |
---|---|
date | Mon, 17 Dec 2018 11:13:01 +0000 |
parents | fcd146072e0c |
children |
line wrap: on
line source
# html2ps is from the "html2ps"-package # ps2pdf is part of the "ghostscript-library"-package for i in `find * -maxdepth 0 -type d`; do cd $i echo $i if [ $i != "en" ]; then for j in `ls ../en | grep png`; do ln -s ../en/$j $j; done ln -s ../en/common common fi LANG=de_DE meinproc4 --check index.docbook --stylesheet /usr/share/kde4/apps/ksgmltools2/customization/kde-nochunk.xsl html2ps --rcfile /usr/lib/html2ps/html2psrc -D -u -n index.html >index.ps ps2pdf index.ps ../kdiff3_$i.pdf cd .. done