comparison makeWebGraphics.sh @ 538:e9e2488bd0b7 build-default-226

Automated merge with ssh://hg.cryhavoc.org.uk/dottes
author Jim Hague <jim.hague@acm.org>
date Sun, 13 Dec 2015 22:47:40 +0000
parents c0130d1ee053
children b4eb1753c80f
comparison
equal deleted inserted replaced
535:d0576fb2a928 538:e9e2488bd0b7
33 33
34 # Make the web downloadable PDF with the tune title. 34 # Make the web downloadable PDF with the tune title.
35 abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename 35 abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename
36 # And make the corresponding PDF. 36 # And make the corresponding PDF.
37 epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps 37 epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps
38 rm $builddir/${name}.001.eps 38 rm $builddir/${name}001.eps
39 done 39 done