From a101f6c19ac2ed98926f971da99bcc0b3ca29d20 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Jul 2018 04:32:05 +0100 Subject: [PATCH] for-printing --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2