comparison makeBooke.sh @ 39:9681f6cd9c2b

Change subtitle and intro files to .txt extension.
author Jim Hague <jim.hague@laicatc.com>
date Sat, 03 Mar 2012 15:24:59 +0000
parents 01c4d873153f
children 93955def7313
comparison
equal deleted inserted replaced
38:01c4d873153f 39:9681f6cd9c2b
19 outputa4pdf=dottesona4.pdf 19 outputa4pdf=dottesona4.pdf
20 20
21 mkdir -p $builddir 21 mkdir -p $builddir
22 22
23 cp buildno $builddir 23 cp buildno $builddir
24 if [ -r $booke/subtitle.tex ]; then 24 if [ -r $booke/subtitle.txt ]; then
25 cp $booke/subtitle.tex $builddir 25 cp $booke/subtitle.txt $builddir
26 else 26 else
27 touch $builddir/subtitle.tex 27 touch $builddir/subtitle.txt
28 fi 28 fi
29 if [ -r $booke/intro.tex ]; then 29 if [ -r $booke/intro.txt ]; then
30 cp $booke/intro.tex $builddir 30 cp $booke/intro.txt $builddir
31 else 31 else
32 touch $builddir/intro.tex 32 touch $builddir/intro.txt
33 fi 33 fi
34 cp dottes.tex.header $builddir/$output 34 cp dottes.tex.header $builddir/$output
35 35
36 # Now, for each tune, make the tune graphic and add it, inside a 36 # Now, for each tune, make the tune graphic and add it, inside a
37 # centre section, so the document. Then add a TOC entry. 37 # centre section, so the document. Then add a TOC entry.