diff makeBookeA5.sh @ 248:440172d9f5d6

Redo the printed Booke title page. Put a big title in English Towne, the official Havoc font. Add a title for each volume, and also print the subtitle on the cover. Add the buzzard, too. On A5, we now need to split the title page across two physical pages. This looks OK to me.
author Jim Hague <jim.hague@acm.org>
date Fri, 14 Jun 2013 23:19:25 +0100
parents 1e4443d58177
children 4fb2e5728879
line wrap: on
line diff
--- a/makeBookeA5.sh	Fri Jun 14 20:51:20 2013 +0100
+++ b/makeBookeA5.sh	Fri Jun 14 23:19:25 2013 +0100
@@ -33,6 +33,12 @@
 mkdir -p $builddir
 
 cp buildno.txt $builddir
+cp buzzard.eps $builddir
+if [ -r $booke/title.txt ]; then
+    cp $booke/title.txt $builddir
+else
+    touch $builddir/title.txt
+fi
 if [ -r $booke/subtitle.txt ]; then
     cp $booke/subtitle.txt $builddir
 else