diff makeBookeA4.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 e8ae4d29b52f
children 1d9a6aaba914
line wrap: on
line diff
--- a/makeBookeA4.sh	Fri Jun 21 20:00:40 2013 +0100
+++ b/makeBookeA4.sh	Fri Jun 21 20:00:54 2013 +0100
@@ -47,6 +47,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.a4header $builddir/$output
 cat dottes.tex.intro >> $builddir/$output