From 4713d523110ce9a330bfa50367260aac4b7c79c2 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Thu, 28 May 2020 16:34:15 -0400
Subject: maketables.sh was broken
---
gen/maketables.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'gen')
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.tex
+sed -e "/%%DEATHTABLE%%/{r $DEATHTABLE" -e "d}" -e "/%%MAINTABLE%%/{r $TABLE" -e "d}" gen/tables.tex
rm $DEATHTABLE $TABLE
--
cgit