Automated merge with ssh://hg.cryhavoc.org.uk/dottes

This commit is contained in:
Jim Hague 2013-09-02 10:02:16 +01:00
commit 652808a894
1 changed files with 1 additions and 0 deletions

View File

@ -35,4 +35,5 @@ find $booke -name "*.abc" | sort |
abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename
# And make the corresponding PDF. # And make the corresponding PDF.
epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps
rm $builddir/${name}.001.eps
done done