X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=c99e7e54c71bb2bbd06793a383639140eeb5327d;hb=247bf3832dcd02aae202dcb706ac20458f6ab1f1;hp=d063bad0ea97ab7eeb66d10ac0a0feb1fed703e6;hpb=35f3941cfe3d70d720604da0b2c8850ef704a92d;p=cocanwiki.git diff --git a/Makefile b/Makefile index d063bad..c99e7e5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2004/09/20 15:34:36 rich Exp $ +# $Id: Makefile,v 1.9 2004/09/29 15:03:10 rich Exp $ include Makefile.config @@ -45,8 +45,13 @@ clean: find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean +FIXED_TABLES := themes + cocanwiki.sql: - pg_dump -i -s cocanwiki > $@ + 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