Mercurial > dottes
comparison makeWeb.sh @ 199:b8d18ccdc6e4
Fix up typo from last commit of this file.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 17 Feb 2013 00:39:59 +0000 |
parents | 8f352063f277 |
children | 540511b14c73 |
comparison
equal
deleted
inserted
replaced
198:377f5b10f2e8 | 199:b8d18ccdc6e4 |
---|---|
39 -e "s/@TITLE@/$title/" -e "s/@INTRO@/$intro/" \ | 39 -e "s/@TITLE@/$title/" -e "s/@INTRO@/$intro/" \ |
40 -e "s/@BOOK@/$booke/" dottes.html.header > $webdir/$output | 40 -e "s/@BOOK@/$booke/" dottes.html.header > $webdir/$output |
41 | 41 |
42 # Copy in the book PDFs. Like the graphics, Midi etc. these are assumed | 42 # Copy in the book PDFs. Like the graphics, Midi etc. these are assumed |
43 # to be already generated. | 43 # to be already generated. |
44 cp $-*.pdf $webdir | 44 cp $1-*.pdf $webdir |
45 | 45 |
46 # Now, for each tune, make the tune graphic and sound. | 46 # Now, for each tune, make the tune graphic and sound. |
47 find $bookedir -name "*.abc" | sort | | 47 find $bookedir -name "*.abc" | sort | |
48 while read filename | 48 while read filename |
49 do | 49 do |