powered_by is a fixed table.
authorrich <rich>
Mon, 11 Sep 2006 09:39:08 +0000 (09:39 +0000)
committerrich <rich>
Mon, 11 Sep 2006 09:39:08 +0000 (09:39 +0000)
Makefile

index 36830e1..7125965 100644 (file)
--- 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
 
 
 include Makefile.config
 
@@ -46,7 +46,7 @@ clean:
        find \( -name '*~' -o -name core \) -a -exec rm {} \;
        $(MAKE) -C scripts 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 > $@
 
 schema/cocanwiki.sql:
        pg_dump --no-owner -i -s cocanwiki > $@