aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 2e39256..14ebff4 100644
--- a/README
+++ b/README
@@ -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>
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
}