tinyproxy/data/templates/Makefile.am

13 lines
150 B
Makefile
Raw Normal View History

templatesdir = $(pkgdatadir)
TEMPLATES = \
debug.html \
default.html \
stats.html
templates_DATA = \
$(TEMPLATES)
EXTRA_DIST = \
$(TEMPLATES)