Fixed up to work with mod_caml 1.3.0-2.
[cocanwiki.git] / Makefile
index 52bf088..60e1fef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 2004/09/15 09:32:09 rich Exp $
+# $Id: Makefile,v 1.8 2004/09/26 17:49:46 rich Exp $
 
 include Makefile.config
 
@@ -38,7 +38,7 @@ pkg-install:
        install -m 0644 html/_graphics/*.png $(DESTDIR)$(WIKIINSTALLDIR)/html/_graphics
        install -m 0644 html/_js/*.js $(DESTDIR)$(WIKIINSTALLDIR)/html/_js
        install -m 0644 html/_static/*.html $(DESTDIR)$(WIKIINSTALLDIR)/html/_static
-       install -m 0644 templates/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates
+       install -m 0644 templates/*.html templates/*.txt templates/*.xml $(DESTDIR)$(WIKIINSTALLDIR)/templates
        install -m 0644 templates/admin/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates/admin
 
 clean:
@@ -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