1 all: poster.pdf poster-upperhalf.pdf poster-lowerhalf.pdf
6 # those serve more as reminders to what doesn't work, for neither actually produces the expected result
9 inkscape --export-area=`inkscape -S $< |grep upperhalf | tr ',' ':' |cut -d: -f2-` -A $@ $<
11 %-lowerhalf.pdf: %.svg
12 inkscape -i lowerhalf -A $@ $<