tinyproxy/data/templates/Makefile.am

14 lines
169 B
Makefile
Raw Normal View History

templatesdir = $(pkgdatadir)
TEMPLATES = \
debug.html \
default.html \
2020-12-11 07:10:40 +08:00
stats.html \
prometheus.html
templates_DATA = \
$(TEMPLATES)
EXTRA_DIST = \
$(TEMPLATES)