X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=6594c478b98dc4566dc8e07fbb5bc4e34991ac1f;hb=fffce48503e09a21f9c5846a0fc378e6180e50f3;hp=c99e7e54c71bb2bbd06793a383639140eeb5327d;hpb=56b3bb4fc87b75c1056c0ac092aa2d6888426fa8;p=cocanwiki.git diff --git a/Makefile b/Makefile index c99e7e5..6594c47 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2004/09/29 15:03:10 rich Exp $ +# $Id: Makefile,v 1.10 2004/10/07 12:49:15 rich Exp $ include Makefile.config @@ -45,7 +45,7 @@ clean: find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean -FIXED_TABLES := themes +FIXED_TABLES := templates themes cocanwiki.sql: pg_dump --no-owner -i -s cocanwiki > $@