changeset 948:d5aa4847b966 build-default-346

Oops. Don't give makeWebGraphics.sh a second parameter.
author Jim Hague <jim.hague@acm.org>
date Tue, 06 Aug 2019 11:05:12 +0100
parents f3a722866215
children 34df58f612cc
files makeAll.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeAll.sh	Tue Aug 06 09:50:36 2019 +0100
+++ b/makeAll.sh	Tue Aug 06 11:05:12 2019 +0100
@@ -48,7 +48,7 @@
     makeBookePrint "$1"
 
     # Web output. Uses audio from main booke.
-    ./makeWebGraphics.sh "$1" "$3"
+    ./makeWebGraphics.sh "$1"
     ./makeWeb.sh "$1" "$2" "$3"
 }