From 621ef4a98b868b65c7036cee655e77a12874bdb5 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Wed, 10 May 2017 10:50:57 +0200 Subject: May day flier made two sided To ease printing (asked for by e.g. LJO) the flier is made two sided: only *Makefile* configuration changes needed. --- flyers/mayday/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flyers/mayday/Makefile b/flyers/mayday/Makefile index 5045f79..b3bc8bd 100644 --- a/flyers/mayday/Makefile +++ b/flyers/mayday/Makefile @@ -1,6 +1,11 @@ SHELL=/bin/bash -fripost-mayday-flyer.pdf: master.tex preamble.tex frontside.tex backside.tex +all: fripost-mayday-flyer.pdf + +fripost-mayday-flyer.pdf: fripost-mayday-flyer-single.pdf + pdftk $< cat 1 1 output $@ + +fripost-mayday-flyer-single.pdf: master.tex preamble.tex frontside.tex backside.tex latex_count=5 ;\ latex_log=$$(echo $< | sed 's/.tex/.log/') ;\ pdflatex $< ;\ -- cgit v1.2.3