diff options
Diffstat (limited to 'gen/maketables.sh')
-rwxr-xr-x | gen/maketables.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gen/maketables.sh b/gen/maketables.sh deleted file mode 100755 index 5108907..0000000 --- a/gen/maketables.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -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}" <gen/tables.orig.tex >gen/tables.tex -rm $DEATHTABLE $TABLE |