From: rich Date: Wed, 15 Sep 2004 09:32:09 +0000 (+0000) Subject: Remember to install admin templates this time ... (second attempt) X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=be8cb1f7d3431c4a63bbd478b79c12e244111d98;p=cocanwiki.git Remember to install admin templates this time ... (second attempt) --- diff --git a/Makefile b/Makefile index 485b4e0..52bf088 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 2004/09/15 09:31:20 rich Exp $ +# $Id: Makefile,v 1.5 2004/09/15 09:32:09 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