diff --git a/makeWeb.sh b/makeWeb.sh index 0bbf17d..1a74eb4 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -30,6 +30,8 @@ title=$booke instrument=$3 buildno=`cat buildno.txt` +# Remove trailing % added for Latex purposes. +buildno=${buildno%%%} subtitle= intro= if [ -r $bookedir/subtitle.txt ]; then