forked from CryHavoc/dottes
Automated merge with ssh://hg.cryhavoc.org.uk/dottes
This commit is contained in:
commit
652808a894
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue