From 6ce9367a9cf8dda4ae9d8cf57d647ee24fc3ae2c Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sun, 4 Mar 2012 13:07:50 +0000 Subject: [PATCH] Web. Add download links for book. --- dottes.html.header | 6 ++++++ makeWeb.sh | 2 ++ 2 files changed, 8 insertions(+) diff --git a/dottes.html.header b/dottes.html.header index 4282700..f6726da 100644 --- a/dottes.html.header +++ b/dottes.html.header @@ -7,6 +7,12 @@

@INTRO@

+You can download a PDF with a booklet of these tunes. There is a +single-sided A5 landscape book, or if you +have a printer that can do duplex (i.e. print on both sides of the +paper), you might like the +double-sided A4 producing an A5 booklet. +

Issue @BUILD@

diff --git a/makeWeb.sh b/makeWeb.sh index bcd4bde..90362fe 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -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