]> git.donarmstrong.com Git - debbugs-presentations.git/blob - debconf14/figures/Makefile
draw schema
[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
15
16 schema.png: draw_schema.pl
17         perl -I ~/projects/debbugs/debbugs $< $@