From 8bd86579f242760c99ba03c1b06e0dd640df11af Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 May 2022 11:52:36 +0100 Subject: Add mode around problematic sections --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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/" -- cgit