]> git.donarmstrong.com Git - debbugs-presentations.git/blob - figures/Makefile
move debconf14 presentation
[debbugs-presentations.git] / 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 $< $@
18
19 # dak_schema.png: draw_dak_schema.pl
20 #       cat ~/projects/debian/dak/setup/current_schema.sql| \
21 #               grep -v 'CREATE SCHEMA'|grep -v 'SET'|\
22 #               perl $< /dev/stdin $@
23
24 dak_schema.png: draw_dak_schema.pl
25         wget -O dak_schema.sql "http://git.donarmstrong.com/?p=dak.git;a=blob_plain;f=setup/schema_68.sql;h=afe94e9b474bc85334c12c50f33017c55ed4e373;hb=HEAD"
26         perl $< dak_schema.sql $@