About to remove the links_to constraint from the links table.
[cocanwiki.git] / Makefile
index 60e1fef..c99e7e5 100644 (file)
--- 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.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 --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