summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 687cabf..6cbe3cc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,10 +1,15 @@
SUBDIRS = \
man8
-# HTML Variable Substitution Files
-HTML_VAR_SUBST = HTML_VARIABLES debug.html default.html stats.html
+TEMPLATES = \
+ debug.html \
+ default.html \
+ stats.html
-EXTRA_DIST = tinyproxy.conf \
- HTTP_ERROR_CODES RFC_INFO \
+EXTRA_DIST = \
+ tinyproxy.conf \
+ HTML_VARIABLES \
+ HTTP_ERROR_CODES \
+ RFC_INFO \
filter-howto.txt \
- $(HTML_VAR_SUBST)
+ $(TEMPLATES)