From 9df1dd98595f28526c418a15300f36faec32f78d Mon Sep 17 00:00:00 2001 From: john stone Date: Sun, 7 Apr 2013 13:58:56 +0200 Subject: [PATCH] adde Makefile and stub cfp flyer pages --- cfp/flyer/Makefile | 28 ++++++++++++++++++++++++++ cfp/flyer/cfp-flyer-ds13-back.ink.svg | 0 cfp/flyer/cfp-flyer-ds13-front.ink.svg | 0 3 files changed, 28 insertions(+) create mode 100644 cfp/flyer/Makefile create mode 100644 cfp/flyer/cfp-flyer-ds13-back.ink.svg create mode 100644 cfp/flyer/cfp-flyer-ds13-front.ink.svg diff --git a/cfp/flyer/Makefile b/cfp/flyer/Makefile new file mode 100644 index 0000000..c7f4854 --- /dev/null +++ b/cfp/flyer/Makefile @@ -0,0 +1,28 @@ +FRONT ?= ./cfp-flyer-ds13-front.ink.svg +BACK ?= ./cfp-flyer-ds13-back.ink.svg + + +pdfs: front_13.pdf back_13.pdf front_14.pdf back_14.pdf webfl.pdf + + +front_14.pdf: $(FRONT) + inkscape -T -A $@ $< + +back_14.pdf: $(BACK) + inkscape -T -A $@ $< + + +front_13.pdf: front_14.pdf + pdf2ps $< - | ps2pdf13 - $@ + + +back_13.pdf: back_14.pdf + pdf2ps $< - | ps2pdf13 - $@ + + +webfl.pdf: front_14.pdf back_14.pdf + pdfjoin --outfile $@ front_14.pdf back_14.pdf + +clean: + rm *.pdf + diff --git a/cfp/flyer/cfp-flyer-ds13-back.ink.svg b/cfp/flyer/cfp-flyer-ds13-back.ink.svg new file mode 100644 index 0000000..e69de29 diff --git a/cfp/flyer/cfp-flyer-ds13-front.ink.svg b/cfp/flyer/cfp-flyer-ds13-front.ink.svg new file mode 100644 index 0000000..e69de29