From: rich Date: Mon, 11 Sep 2006 09:39:08 +0000 (+0000) Subject: powered_by is a fixed table. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c2fa0aac709f4de21534b394ad8d8dec8d70a823;p=cocanwiki.git powered_by is a fixed table. --- diff --git a/Makefile b/Makefile index 36830e1..7125965 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 2006/07/26 11:07:06 rich Exp $ +# $Id: Makefile,v 1.13 2006/09/11 09:39:08 rich Exp $ include Makefile.config @@ -46,7 +46,7 @@ clean: find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean -FIXED_TABLES := templates themes +FIXED_TABLES := templates themes powered_by schema/cocanwiki.sql: pg_dump --no-owner -i -s cocanwiki > $@