Remember to install admin templates this time ...
authorrich <rich>
Wed, 15 Sep 2004 09:31:20 +0000 (09:31 +0000)
committerrich <rich>
Wed, 15 Sep 2004 09:31:20 +0000 (09:31 +0000)
Makefile

index 0229861..485b4e0 100644 (file)
--- 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 {} \;