diff makeBookeA5.sh @ 263:7b98278d6e8b

Add instrument name into title page for transpositions.
author Jim Hague <jim.hague@acm.org>
date Fri, 21 Jun 2013 20:00:54 +0100
parents b8c711dafce1
children 1d9a6aaba914
line wrap: on
line diff
--- a/makeBookeA5.sh	Fri Jun 21 20:00:40 2013 +0100
+++ b/makeBookeA5.sh	Fri Jun 21 20:00:54 2013 +0100
@@ -49,6 +49,12 @@
 else
     touch $builddir/intro.txt
 fi
+rm $builddir/instrument.txt
+if [ -r $booke/instrument.txt ]; then
+    cp $booke/instrument.txt $builddir
+else
+    touch $builddir/instrument.txt
+fi
 cp dottes.tex.a5header $builddir/$output
 cat dottes.tex.intro >> $builddir/$output