comparison makeWeb.sh @ 184:c88c74d27d68

Oops. Printables not moved to the right web place.
author Jim Hague <jim.hague@acm.org>
date Sat, 26 Jan 2013 18:35:02 +0000
parents 295ba8275ab4
children 2fa3c89a0a8a
comparison
equal deleted inserted replaced
183:92f692a7a059 184:c88c74d27d68
29 mkdir -p $webdir 29 mkdir -p $webdir
30 30
31 sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \ 31 sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \
32 -e "s/@INTRO@/$intro/" -e "s/@BOOK@/$1/" dottes.html.header > $webdir/$output 32 -e "s/@INTRO@/$intro/" -e "s/@BOOK@/$1/" dottes.html.header > $webdir/$output
33 33
34 cp $1.pdf $1-booklet.pdf $webdir 34 cp $1-*.pdf $webdir
35 35
36 # Now, for each tune, make the tune graphic and sound. 36 # Now, for each tune, make the tune graphic and sound.
37 find $booke -name "*.abc" | sort | 37 find $booke -name "*.abc" | sort |
38 while read filename 38 while read filename
39 do 39 do