diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-26 15:07:17 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-26 15:07:17 -0500 |
commit | 2c42179d6e7560ebfbe916939f4aabb93edbd67b (patch) | |
tree | c4a218fefad04b9b17c3f0ff90b7bd96892f4c75 /make | |
parent | 2237a673a4423701088d95322617226902736e4a (diff) |
make now removes correct modified format in document
Diffstat (limited to 'make')
-rwxr-xr-x | make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |