summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-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)