X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=60e1fef80baf403f9af71c3070a603019b4f8d43;hb=232d52d33fe530971f81b57bbc8b024fb259c4fd;hp=022986160e15f160add888cb0f109490d60c8d5b;hpb=0ecd1f11790c77bbe15510a6b5a659fb255646bb;p=cocanwiki.git diff --git a/Makefile b/Makefile index 0229861..60e1fef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2004/09/08 17:09:08 rich Exp $ +# $Id: Makefile,v 1.8 2004/09/26 17:49:46 rich Exp $ include Makefile.config @@ -26,6 +26,7 @@ pkg-install: install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/html/_js install -d -m 0755 $(DESTDIR)$(WIKIINSTALLDIR)/html/_static 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 conf/cocanwiki.conf $(DESTDIR)$(WIKIINSTALLDIR)/conf @@ -37,14 +38,15 @@ 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: find \( -name '*~' -o -name core \) -a -exec rm {} \; $(MAKE) -C scripts clean cocanwiki.sql: - pg_dump -i -s cocanwiki > $@ + pg_dump --no-owner -i -s cocanwiki > $@ dist: $(MAKE) check-manifest