diff options
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)" |