comparison makeWebGraphics.sh @ 536:c0130d1ee053

Fix typo in filename to delete.
author Jim Hague <jim.hague@acm.org>
date Sun, 13 Dec 2015 22:46:55 +0000
parents 4cc820c7cf04
children b4eb1753c80f
comparison
equal deleted inserted replaced
534:d1e84d9c5806 536:c0130d1ee053
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