summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 22f2303..4278ffd 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,8 @@ chapters/scheduling.pdf: figures/timing-3.pdf
%.pdf: %.tex
$(CONTEXT) --mode=$(MODE) --nonstopmode --silent='*' $<
cp $(notdir $@) $@ || true
+
+upload:
+ mkdir -p 70
+ cp main.pdf 70/7ef841-ffbc-4e89-ba15-ca7a594f8b6f.pdf
+ rsync --rsh="ssh -o StrictHostKeyChecking=no" -avR 70/7ef841-ffbc-4e89-ba15-ca7a594f8b6f.pdf "notes@leika.ymhg.org:/var/www/docs/"