X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=6594c478b98dc4566dc8e07fbb5bc4e34991ac1f;hb=3f0bcc30ff112dc38e882f4f08b8c37d693799ef;hp=60e1fef80baf403f9af71c3070a603019b4f8d43;hpb=9ef45f7514ad67944e67e943451f80ac4e416d77;p=cocanwiki.git diff --git a/Makefile b/Makefile index 60e1fef..6594c47 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2004/09/26 17:49:46 rich Exp $ +# $Id: Makefile,v 1.10 2004/10/07 12:49:15 rich Exp $ include Makefile.config @@ -45,8 +45,13 @@ clean: find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean +FIXED_TABLES := templates themes + cocanwiki.sql: pg_dump --no-owner -i -s cocanwiki > $@ + for table in $(FIXED_TABLES); do \ + pg_dump --no-owner -i -a -t $$table cocanwiki >> $@; \ + done dist: $(MAKE) check-manifest