From 39c207fadf7c8b5647c6c7452b2c99fa36aef713 Mon Sep 17 00:00:00 2001 From: dodo Date: Fri, 23 Aug 2013 01:20:06 +0200 Subject: [PATCH] fix somehow the pdf --- flyer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyer/Makefile b/flyer/Makefile index 96c0dd3..54b0c58 100644 --- a/flyer/Makefile +++ b/flyer/Makefile @@ -21,7 +21,7 @@ back_13.pdf: back_14.pdf ds13fl.pdf: front_14.pdf back_14.pdf - pdfjoin --outfile $@ front_14.pdf back_14.pdf + pdfjoin --outfile $@ back_14.pdf front_14.pdf clean: rm *.pdf