diff makeAll.sh @ 943:d6e2a281cceb build-default-344

Change web page layout. Put tune contents under 'tunes/<name>' or 'tunes-<instrument>/<name>'. That way they won't move if the tune gets moved between Bookes. For now I have not attempted to redirect old URLs.
author Jim Hague <jim.hague@acm.org>
date Mon, 05 Aug 2019 23:25:28 +0100
parents 7d651994b776
children d5aa4847b966
line wrap: on
line diff
--- a/makeAll.sh	Mon Aug 05 23:22:04 2019 +0100
+++ b/makeAll.sh	Mon Aug 05 23:25:28 2019 +0100
@@ -48,7 +48,7 @@
     makeBookePrint "$1"
 
     # Web output. Uses audio from main booke.
-    ./makeWebGraphics.sh "$1"
+    ./makeWebGraphics.sh "$1" "$3"
     ./makeWeb.sh "$1" "$2" "$3"
 }