aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/make b/make
index 4ca0662..0ce1470 100755
--- a/make
+++ b/make
@@ -33,7 +33,9 @@ cd poster
pdftex document.tex
mv document.pdf ../outputs/posterboard.pdf
cd ..
-rm format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log
+pdftex logbook.tex
+mv logbook.pdf outputs/
+rm format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log logbook.log
}
export orig="$(pwd)"