]> git.donarmstrong.com Git - debbugs-presentations.git/blob - debconf14/figures/Makefile
8856cfb6f7a40c47f1e1a5fbcc157b8fb803d40d
[debbugs-presentations.git] / debconf14 / figures / Makefile
1 #!/usr/bin/make -f
2
3 all: openlogo-crop.pdf bug_global_layout.pdf
4
5 %-crop.pdf: %.pdf
6         pdfcrop $<
7
8 %.pdf: %.svg
9         inkscape -A $@ $<
10         pdfcrop $@ $@
11
12 %.png: %.svg
13         inkscape -e $@ -d 300 $<
14