diff --git a/makeWebGraphics.sh b/makeWebGraphics.sh index 1dd6130..aed1186 100755 --- a/makeWebGraphics.sh +++ b/makeWebGraphics.sh @@ -35,5 +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 + rm $builddir/${name}001.eps done