Control of the can_edit_macros user permission.
[cocanwiki.git] / Makefile
index 51cf40f..36830e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 2004/11/05 12:41:52 rich Exp $
+# $Id: Makefile,v 1.12 2006/07/26 11:07:06 rich Exp $
 
 include Makefile.config
 
@@ -28,7 +28,7 @@ pkg-install:
        install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/templates
        install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/templates/admin
 
-       install -m 0644 cocanwiki.sql $(DESTDIR)$(WIKIINSTALLDIR)
+       install -m 0644 schema/cocanwiki.sql $(DESTDIR)$(WIKIINSTALLDIR)
        install -m 0644 conf/cocanwiki.conf $(DESTDIR)$(WIKIINSTALLDIR)/conf
        install -m 0644 html/favicon.ico $(DESTDIR)$(WIKIINSTALLDIR)/html
        install -m 0644 html/robots.txt $(DESTDIR)$(WIKIINSTALLDIR)/html
@@ -48,7 +48,7 @@ clean:
 
 FIXED_TABLES := templates themes
 
-cocanwiki.sql:
+schema/cocanwiki.sql:
        pg_dump --no-owner -i -s cocanwiki > $@
        for table in $(FIXED_TABLES); do \
          pg_dump --no-owner -i -a -t $$table cocanwiki >> $@; \