From be8cb1f7d3431c4a63bbd478b79c12e244111d98 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 15 Sep 2004 09:32:09 +0000 Subject: [PATCH] Remember to install admin templates this time ... (second attempt) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.8.3.1