forked from CryHavoc/dottes
Fix up typo from last commit of this file.
This commit is contained in:
parent
cdb7916e03
commit
8ca95b24f9
|
@ -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
|
# Copy in the book PDFs. Like the graphics, Midi etc. these are assumed
|
||||||
# to be already generated.
|
# to be already generated.
|
||||||
cp $-*.pdf $webdir
|
cp $1-*.pdf $webdir
|
||||||
|
|
||||||
# Now, for each tune, make the tune graphic and sound.
|
# Now, for each tune, make the tune graphic and sound.
|
||||||
find $bookedir -name "*.abc" | sort |
|
find $bookedir -name "*.abc" | sort |
|
||||||
|
|
Loading…
Reference in New Issue