diff --git a/makeWebGraphics.sh b/makeWebGraphics.sh index b166213..1dd6130 100755 --- a/makeWebGraphics.sh +++ b/makeWebGraphics.sh @@ -35,4 +35,5 @@ find $booke -name "*.abc" | sort | abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename # And make the corresponding PDF. epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps + rm $builddir/${name}.001.eps done