diff options
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | make | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -6,4 +6,4 @@ <h2> Compiling </h2> -<p> Run ./make, a portable shell script that requires python3 and pdftex in the path </p> +<p> Run ./make, a portable shell script that requires python3 and pdftex in the PATH </p> @@ -23,6 +23,7 @@ pdftk document/report.pdf cat 1-end 11-12 15-16 output outputs/report.pdf pdftk document/report.pdf cat 13-14 output outputs/tables.pdf rm *.log rm document/report.log +cp assets/* outputs/ cd $orig } |