aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac2212d..b75672f 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ install-server:
$(INSTALL_DATA) SiteSummary.pm $(DESTDIR)$(perldir)
$(INSTALL) $(SUMMARYSCRIPTS) $(DESTDIR)$(pkgdir)/
+ $(INSTALL) -d $(DESTDIR)/etc/apache2/sites-available/
+ $(INSTALL_DATA) apache.conf $(DESTDIR)/etc/apache2/sites-available/sitesummary
+
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) sitesummary-client sitesummary-upload $(DESTDIR)$(sbindir)