]> git.donarmstrong.com Git - debbugs-presentations.git/blobdiff - debconf14/figures/Makefile
add rules for dak schema
[debbugs-presentations.git] / debconf14 / figures / Makefile
index 4a04919d3a3f32026134779f4594f95b1fe17e0d..0164c8126fc76407e3f3d6e6cdf4470af4cad4ae 100644 (file)
@@ -15,3 +15,12 @@ all: openlogo-crop.pdf bug_global_layout.pdf
 
 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 $@