Web. Add download links for book.

This commit is contained in:
Jim Hague 2012-03-04 13:07:50 +00:00
parent 18e089ecb3
commit 6ce9367a9c
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,12 @@
<p>
@INTRO@
<p>
You can download a PDF with a booklet of these tunes. There is a
<a href="@BOOK@.pdf">single-sided A5 landscape book</a>, or if you
have a printer that can do duplex (i.e. print on both sides of the
paper), you might like the
<a href="@BOOK@-booklet.pdf">double-sided A4 producing an A5 booklet</a>.
<p>
Issue @BUILD@
<p>
<table>

View File

@ -31,6 +31,8 @@ mkdir -p $webdir
sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \
-e "s/@INTRO@/$intro/" -e "s/@BOOK@/$1/" dottes.html.header > $webdir/$output
cp $1.pdf $1-booklet.pdf $webdir
# Now, for each tune, make the tune graphic and sound.
find $booke -name "*.abc" | sort |
while read filename