summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-13 04:08:06 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-13 04:08:06 +0530
commit7b4f67ecef6204b73e46cb4dc3b7fec0e196d3da (patch)
treeb57f063ef377a7e997f27d6042f0c0f1e8c0858c /data
parent9d7bd43d8e395c9bc575c74ecf899cf6e6230407 (diff)
downloadtinyproxy-7b4f67ecef6204b73e46cb4dc3b7fec0e196d3da.tar.gz
tinyproxy-7b4f67ecef6204b73e46cb4dc3b7fec0e196d3da.zip
data: Cleanup installation of templates
Diffstat (limited to '')
-rw-r--r--data/templates/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am
index 5c2f1be..e4b0134 100644
--- a/data/templates/Makefile.am
+++ b/data/templates/Makefile.am
@@ -1,7 +1,12 @@
+templatesdir = $(pkgdatadir)
+
TEMPLATES = \
debug.html \
default.html \
stats.html
+templates_DATA = \
+ $(TEMPLATES)
+
EXTRA_DIST = \
$(TEMPLATES)