send_feedback_form can be used by anyone.
[cocanwiki.git] / Makefile
index d063bad..60e1fef 100644 (file)
--- 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.8 2004/09/26 17:49:46 rich Exp $
 
 include Makefile.config
 
@@ -46,7 +46,7 @@ clean:
        $(MAKE) -C scripts clean
 
 cocanwiki.sql:
-       pg_dump -i -s cocanwiki > $@
+       pg_dump --no-owner -i -s cocanwiki > $@
 
 dist:
        $(MAKE) check-manifest