aboutsummaryrefslogtreecommitdiff
path: root/gen/maketables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen/maketables.sh')
-rwxr-xr-xgen/maketables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/maketables.sh b/gen/maketables.sh
index dffc937..5108907 100755
--- a/gen/maketables.sh
+++ b/gen/maketables.sh
@@ -4,5 +4,5 @@ export TABLE=`mktemp`
export DEATHTABLE=`mktemp`
python python/deathtable.py > $DEATHTABLE
python python/table.py > $TABLE
-sed -e "/%%DEATHTABLE%%/{r $DEATHTABLE" -e "d}" -e "/%%MAINTABLE%%/{r $TABLE" -e "d}" <data/tables.orig.tex >data/tables.tex
+sed -e "/%%DEATHTABLE%%/{r $DEATHTABLE" -e "d}" -e "/%%MAINTABLE%%/{r $TABLE" -e "d}" <gen/tables.orig.tex >gen/tables.tex
rm $DEATHTABLE $TABLE