tinyproxy/data/templates/Makefile.am

14 lines
169 B
Makefile
Raw Normal View History

templatesdir = $(pkgdatadir)
TEMPLATES = \
debug.html \
default.html \
2022-12-15 15:38:46 +08:00
stats.html \
stats-json.html
templates_DATA = \
$(TEMPLATES)
EXTRA_DIST = \
$(TEMPLATES)