14 lines
169 B
Makefile
14 lines
169 B
Makefile
templatesdir = $(pkgdatadir)
|
|
|
|
TEMPLATES = \
|
|
debug.html \
|
|
default.html \
|
|
stats.html \
|
|
prometheus.html
|
|
|
|
templates_DATA = \
|
|
$(TEMPLATES)
|
|
|
|
EXTRA_DIST = \
|
|
$(TEMPLATES)
|