Mercurial > dottes
diff makeAll.sh @ 266:06e140f48543
Revise scripts for building printed Bookes.
A lot of stuff was being duplicated between different page size. Consolidate where
possible, and in particular put as much into a single source file (dottes.tex) as
possible. Making a single Booke is now potentially quicker, as the tune pages
don't necessarily have to be regenerate every time.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 26 Jun 2013 23:37:45 +0100 |
parents | 0ef955669a9a |
children | 583c06d0e9ef |
line wrap: on
line diff
--- a/makeAll.sh Fri Jun 21 22:28:21 2013 +0100 +++ b/makeAll.sh Wed Jun 26 23:37:45 2013 +0100 @@ -10,8 +10,10 @@ makeABooke() { ./makeGraphics.sh "$1" - ./makeBookeA5.sh "$1" - ./makeBookeA4.sh "$1" + ./makeBookeTunePages.sh "$1" + ./makeBooke.sh "$1" A4 + ./makeBooke.sh "$1" A5 + ./makeBooklet.sh "$1" ./makeWebGraphics.sh "$1" ./makeWebAudio.sh "$1" ./makeWeb.sh "$1" "$1" "$2" @@ -20,8 +22,10 @@ makeATransposedBooke() { ./makeGraphics.sh "$1" - ./makeBookeA5.sh "$1" - ./makeBookeA4.sh "$1" + ./makeBookeTunePages.sh "$1" + ./makeBooke.sh "$1" A4 + ./makeBooke.sh "$1" A5 + ./makeBooklet.sh "$1" ./makeWebGraphics.sh "$1" ./makeWeb.sh "$1" "$2" "$3" }