]> git.deb.at Git - debienna.git/blob - LinuxWochenPoster/Makefile
VIDEOS
[debienna.git] / LinuxWochenPoster / Makefile
1 all: poster.pdf poster-upperhalf.pdf poster-lowerhalf.pdf
2
3 %.pdf: %.svg
4         inkscape -A $@ $<
5
6 # those serve more as reminders to what doesn't work, for neither actually produces the expected result
7
8 %-upperhalf.pdf: %.svg
9         inkscape --export-area=`inkscape -S $< |grep upperhalf | tr ',' ':' |cut -d: -f2-` -A $@ $<
10
11 %-lowerhalf.pdf: %.svg
12         inkscape -i lowerhalf -A $@ $<