From 7f09e796d9c1fff1406d6eac4603c77b8287e442 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 19 Feb 2020 10:48:56 +0000 Subject: [PATCH] Remove the 'already generated' checks. Let's make sure all content gets generated. I really, really need to do a proper build system for this lot. --- makeGraphics.sh | 10 ---------- makeWebAudio.sh | 5 ----- makeWebGraphics.sh | 5 ----- 3 files changed, 20 deletions(-) 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