From 1739818bf6ceee25007c4a95f58aab5ed592322b Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 12 Jan 2020 22:31:49 -0500 Subject: trivial changes --- README | 2 +- make | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 2e39256..14ebff4 100644 --- a/README +++ b/README @@ -6,4 +6,4 @@

Compiling

-

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