# HG changeset patch # User Jim Hague # Date 1330788299 0 # Node ID 9681f6cd9c2b28e71918799edd8c1bda406748b4 # Parent 01c4d873153f7dba6fac8c58a55624126bd6e61a Change subtitle and intro files to .txt extension. diff -r 01c4d873153f -r 9681f6cd9c2b Session/intro.tex --- a/Session/intro.tex Sat Mar 03 14:08:41 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -This book provides the dots for all tunes commonly played at Cry Havoc music -sessions. diff -r 01c4d873153f -r 9681f6cd9c2b Session/intro.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Session/intro.txt Sat Mar 03 15:24:59 2012 +0000 @@ -0,0 +1,2 @@ +This book provides the dots for all tunes commonly played at Cry Havoc music +sessions. diff -r 01c4d873153f -r 9681f6cd9c2b Session/subtitle.tex --- a/Session/subtitle.tex Sat Mar 03 14:08:41 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -Music commonly played at Cry Havoc sessions diff -r 01c4d873153f -r 9681f6cd9c2b Session/subtitle.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Session/subtitle.txt Sat Mar 03 15:24:59 2012 +0000 @@ -0,0 +1,1 @@ +Music commonly played at Cry Havoc sessions diff -r 01c4d873153f -r 9681f6cd9c2b dottes.tex.header --- a/dottes.tex.header Sat Mar 03 14:08:41 2012 +0000 +++ b/dottes.tex.header Sat Mar 03 15:24:59 2012 +0000 @@ -16,7 +16,7 @@ \begin{document} -\title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.tex}} +\title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}} \author{Cry Havoc} @@ -34,7 +34,7 @@ \section{Introduction} -\input{intro.tex} +\input{intro.txt} % ----- diff -r 01c4d873153f -r 9681f6cd9c2b makeBooke.sh --- a/makeBooke.sh Sat Mar 03 14:08:41 2012 +0000 +++ b/makeBooke.sh Sat Mar 03 15:24:59 2012 +0000 @@ -21,15 +21,15 @@ mkdir -p $builddir cp buildno $builddir -if [ -r $booke/subtitle.tex ]; then - cp $booke/subtitle.tex $builddir +if [ -r $booke/subtitle.txt ]; then + cp $booke/subtitle.txt $builddir else - touch $builddir/subtitle.tex + touch $builddir/subtitle.txt fi -if [ -r $booke/intro.tex ]; then - cp $booke/intro.tex $builddir +if [ -r $booke/intro.txt ]; then + cp $booke/intro.txt $builddir else - touch $builddir/intro.tex + touch $builddir/intro.txt fi cp dottes.tex.header $builddir/$output