]> git.donarmstrong.com Git - debbugs-presentations.git/blobdiff - debconf14/figures/Makefile
add rules for dak schema
[debbugs-presentations.git] / debconf14 / figures / Makefile
index 8856cfb6f7a40c47f1e1a5fbcc157b8fb803d40d..0164c8126fc76407e3f3d6e6cdf4470af4cad4ae 100644 (file)
@@ -12,3 +12,15 @@ all: openlogo-crop.pdf bug_global_layout.pdf
 %.png: %.svg
        inkscape -e $@ -d 300 $<
 
+
+schema.png: draw_schema.pl
+       perl -I ~/projects/debbugs/debbugs $< $@
+
+# dak_schema.png: draw_dak_schema.pl
+#      cat ~/projects/debian/dak/setup/current_schema.sql| \
+#              grep -v 'CREATE SCHEMA'|grep -v 'SET'|\
+#              perl $< /dev/stdin $@
+
+dak_schema.png: draw_dak_schema.pl
+       wget -O dak_schema.sql "http://git.donarmstrong.com/?p=dak.git;a=blob_plain;f=setup/schema_68.sql;h=afe94e9b474bc85334c12c50f33017c55ed4e373;hb=HEAD"
+       perl $< dak_schema.sql $@