diff --git a/makeGraphics.sh b/makeGraphics.sh index ca94c3d..ed77ef3 100755 --- a/makeGraphics.sh +++ b/makeGraphics.sh @@ -22,11 +22,6 @@ find $booke -maxdepth 1 -name "*.abc" | do name=`basename $filename .abc` - # Already generated? - if [ -f $graphicsdir/${name}.pdf ]; then - continue - fi - # Make the tune graphic. abcm2ps -E -F singletune -O $graphicsdir/$name.eps $filename # Make $name.eps so we can build with LaTeX. @@ -58,11 +53,6 @@ find ${booke}/Compact -maxdepth 1 -name "*.abc" | do name=`basename $filename .abc` - # Already generated? - if [ -f $graphicsdir/compact-${name}.pdf ]; then - continue - fi - # Make the tune graphic. abcm2ps -E -F singletune -O $graphicsdir/compact-${name}.eps $filename # Make $name.eps so we can build with LaTeX. diff --git a/makeWebAudio.sh b/makeWebAudio.sh index 3d8a736..6d08e90 100755 --- a/makeWebAudio.sh +++ b/makeWebAudio.sh @@ -85,11 +85,6 @@ find $booke -maxdepth 1 -name "*.abc" | sort | name=`basename $filename .abc` tunedir=$basetunedir/$name - # Already generated? - if [ -f $tunedir/${name}.mp3 ]; then - continue - fi - mkdir -p $tunedir makeaudiofiles $filename $tunedir diff --git a/makeWebGraphics.sh b/makeWebGraphics.sh index 6bdc1f1..66c98e9 100755 --- a/makeWebGraphics.sh +++ b/makeWebGraphics.sh @@ -30,11 +30,6 @@ find $booke -maxdepth 1 -name "*.abc" | sort | name=`basename $filename .abc` tunedir=$basetunedir/$name - # Already generated? - if [ -f $tunedir/${name}.pdf ]; then - continue - fi - mkdir -p $tunedir tmpname=${name}.tmp