diff --git a/makeWeb.sh b/makeWeb.sh index 43edc17..3513895 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -41,7 +41,7 @@ sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \ # Copy in the book PDFs. Like the graphics, Midi etc. these are assumed # to be already generated. -cp $-*.pdf $webdir +cp $1-*.pdf $webdir # Now, for each tune, make the tune graphic and sound. find $bookedir -name "*.abc" | sort |