summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-06 21:03:23 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-06 21:03:23 +0200
commit1dc5f04a930abde1f21d83ab066c32f4a2d105cb (patch)
treed3c1b8804db3fa1aedca5f44d0e2ded3508ccba0 /Makefile
parent5e9ffc26c26cbcb85a9e18f719fde1b9c178477f (diff)
A6: WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c7c115d..6dde807 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,11 @@ A5:
rm -f ${PRE}$@.aux ${PRE}$@.log
A6:
+ zip ${PRE}$@.zip a4/Makefile
+ zip ${PRE}$@.zip a4/*.cc
+ zip ${PRE}$@.zip a4/*.h
make -C a6 ${PRE}$@.pdf
+ cp a6/${PRE}$@.pdf .
Tour3_Log:
xelatex -halt-on-error -jobname=${PRE}$@ tour3_log/tour3_log.tex