diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 22:38:09 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 22:38:09 +0000 |
commit | aff52c552ecbcb43456b282d7298a8c887fa7f8f (patch) | |
tree | be125a22c79931f7e8303901c35529e92dece161 | |
parent | 1763373f29c7b67d1a0c23ae7cac277ab6d2bcda (diff) | |
download | tinyproxy-aff52c552ecbcb43456b282d7298a8c887fa7f8f.tar.gz tinyproxy-aff52c552ecbcb43456b282d7298a8c887fa7f8f.zip |
# Include the HTML variable substitution documentation files with the
tarball.
Diffstat (limited to '')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1cf5472..3be7b84 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,11 @@ +# HTML Variable Substitution Files +HTML_VAR_SUBST = HTML_VARIABLES debug.html default.html stats.html + EXTRA_DIST = tinyproxy.8 tinyproxy.conf \ HTTP_ERROR_CODES RFC_INFO \ releases.txt \ filter-howto.txt \ - report.sh + report.sh \ + $(HTML_VAR_SUBST) man_MANS = tinyproxy.8 |