From: rich Date: Wed, 15 Sep 2004 09:31:20 +0000 (+0000) Subject: Remember to install admin templates this time ... X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b3bc1bad938133d174fb6fde88d1241fb6e4afea;p=cocanwiki.git Remember to install admin templates this time ... --- diff --git a/Makefile b/Makefile index 0229861..485b4e0 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.4 2004/09/15 09:31:20 rich Exp $ include Makefile.config @@ -38,6 +38,7 @@ pkg-install: 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/admin/*.html $(DESTDIR)$(WIKIINSTALLDIR)/templates/admin clean: find \( -name '*~' -o -name core \) -a -exec rm {} \;