aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-02-14 17:22:36 +0100
committerMarius Halden <marius.h@lden.org>2015-02-14 17:22:36 +0100
commita6a6efcbdceb69ef4b70e88447901375aa30d093 (patch)
treeef6d9f2566d7f1edaa0a912241c420dd0773e5c4 /Makefile
parent139bdcdf9718ae0e3bfd65fb8627b21e358e0f78 (diff)
downloadsitesummary-web-template.tar.gz
sitesummary-web-template.tar.bz2
sitesummary-web-template.tar.xz
Added basic support for templates for the web interfaceweb-template
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d8d789..fb5093f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,9 @@ SUMMARYSCRIPTS = \
kernelversion-summary \
debian_edu-summary
+TEMPLATES = \
+ default.html
+
all:
install: install-server install-client
@@ -47,6 +50,7 @@ install-server:
$(INSTALL) -d $(DESTDIR)$(pkgdir)
$(INSTALL_DATA) SiteSummary.pm $(DESTDIR)$(perldir)
$(INSTALL) $(SUMMARYSCRIPTS) $(DESTDIR)$(pkgdir)/
+ $(INSTALL_DATA) $(TEMPLATES) $(DESTDIR) $(pkgdatadir)/www/
$(INSTALL) expire-entry $(DESTDIR)$(pkgdir)/