forked from CryHavoc/dottes
Fix typo in filename to delete.
This commit is contained in:
parent
36bd7860aa
commit
6d6fffa050
|
@ -35,5 +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
|
rm $builddir/${name}001.eps
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue