From: Ian Jackson Date: Mon, 30 Jul 2018 03:32:05 +0000 (+0100) Subject: for-printing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=a101f6c19ac2ed98926f971da99bcc0b3ca29d20;p=talk-2018-dc18-gdr.git for-printing --- diff --git a/Makefile b/Makefile index fa02c9c..5b4462a 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,13 @@ talk.ps demo.ps: %.ps: %.txt Makefile a2ps -1 -o $@.1.tmp -B $< pstops <$@.1.tmp >$@ '0@0.95(7mm,10mm)' +usb=/media/usb1 + +for-printing: talk.ps demo.ps + mount $(usb) + cp $^ $(usb)/. + umount $(usb) + install: slides.pdf talk.txt rsync -vP $^ ijackson@chiark:public-html/2018/debconf-gdr-talk/ git push ijackson@chiark:public-git/talk-2018-dc18-gdr.git