diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)" |