From 93040a50e22fcc8f57202a00e3489dbadcb54a65 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sat, 5 Nov 2016 15:06:01 +0000 Subject: [PATCH] Copy Bumper PDFs to website. --- makeAll.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/makeAll.sh b/makeAll.sh index 930c9a9..7af7eb3 100755 --- a/makeAll.sh +++ b/makeAll.sh @@ -57,4 +57,5 @@ do done if [ $# -gt 1 ]; then makeBumperBooke "$@" + cp Bumper*.pdf ./web fi