diff --git a/autocompile.sh b/autocompile.sh index 3c5421e66458c2eb94f228889c331659e15ac7f4..a79d9d85ae46e324e5a1a2407f325119d24046a5 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -1,5 +1,8 @@ #!/bin/bash -[ -d ../config ] && git subtree -P config pull ../config master && git subtree -P config push ../config core +if [ -z $1 ]; then + git subtree -P config pull ../config master && \ + git subtree -P config push ../config core +fi pdflatex main.tex pdflatex main.tex makeindex main.idx diff --git a/main.tex b/main.tex index 2f556e2ad139195c5364cdb2b6a2cf00bd7874a7..2aa83990769299afefd2c0138f94b5759bece840 100644 --- a/main.tex +++ b/main.tex @@ -51,7 +51,6 @@ Combat is focussed on giving players real choices, and typically ends quickly as For a starting pack of ideas, the \glsentrylong{gm} has \textit{Adventures in Fenestra} -- a guide to the world, some side quests, and a small bestiary. - \subsection*{Special Thanks ...} \paragraph*{to the Artists} @@ -62,9 +61,6 @@ Neil McDonnell for the basic photograph which became the Polymorph image, Boris \paragraph{and the Youtubers} for keeping me company during lengthy typography sessions -- in particular Lindybeige for his suggestions on RPGs, especially his insistence on running away from things. Also a big thanks to Skallagrim, Xidnaf and Artifexian for keeping me entertained and informed. -\vfill\null -\columnbreak - \subsection*{The Right to Improve} This book has some serious problems, and that's fine. I've put this under a share-alike licence,\footnote{\tt GNU General Public License 3 or (at your option) any later version.} so anyone can grab a copy of the basic \LaTeX~ document it's written in and change things. This isn't the Open Gaming Licence of D20 where they magnanimously allow you to use their word for a mechanic and let you publish things for their products -- this is a publicly owned book.