summaryrefslogtreecommitdiff
path: root/data/templates/Makefile.am
blob: e4b013426d7b86ca29527317a97527819b394dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
templatesdir = $(pkgdatadir)

TEMPLATES = \
	debug.html \
	default.html \
	stats.html

templates_DATA = \
	$(TEMPLATES)

EXTRA_DIST = \
	$(TEMPLATES)