summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-06 11:52:36 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-06 11:52:36 +0100
commit8bd86579f242760c99ba03c1b06e0dd640df11af (patch)
tree3815636df1d54c27444908525df8d9bacfd7a7ad /Makefile
parent4e29d51567c76ff07fe4add711f61b896a9cccf1 (diff)
downloadlsr22_fvhls-8bd86579f242760c99ba03c1b06e0dd640df11af.tar.gz
lsr22_fvhls-8bd86579f242760c99ba03c1b06e0dd640df11af.zip
Add mode around problematic sections
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/"