diff options
Diffstat (limited to 'flyers/mayday')
-rw-r--r-- | flyers/mayday/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 $< ;\ |