13 lines
150 B
Makefile
13 lines
150 B
Makefile
templatesdir = $(pkgdatadir)
|
|
|
|
TEMPLATES = \
|
|
debug.html \
|
|
default.html \
|
|
stats.html
|
|
|
|
templates_DATA = \
|
|
$(TEMPLATES)
|
|
|
|
EXTRA_DIST = \
|
|
$(TEMPLATES)
|