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