From 2c42179d6e7560ebfbe916939f4aabb93edbd67b Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sun, 26 Jan 2020 15:07:17 -0500
Subject: make now removes correct modified format in document
---
make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'make')
diff --git a/make b/make
index 4f080cd..3d082ab 100755
--- a/make
+++ b/make
@@ -35,7 +35,7 @@ mv document.pdf ../outputs/posterboard.pdf
cd ..
pdftex logbook.tex
mv logbook.pdf outputs/
-rm format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log logbook.log
+rm document/format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log logbook.log
}
export orig="$(pwd)"
--
cgit