From 1739818bf6ceee25007c4a95f58aab5ed592322b Mon Sep 17 00:00:00 2001 From: Holden Rohrer
Run ./make, a portable shell script that requires python3 and pdftex in the path
+Run ./make, a portable shell script that requires python3 and pdftex in the PATH
diff --git a/make b/make index 322a58a..c830f3c 100755 --- a/make +++ b/make @@ -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 } -- cgit