Mercurial > dottes
changeset 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 |
files | Session/intro.tex Session/intro.txt Session/subtitle.tex Session/subtitle.txt dottes.tex.header makeBooke.sh |
diffstat | 6 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- /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.
--- 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
--- /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
--- 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} % -----
--- 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