diff options
Diffstat (limited to '')
-rw-r--r-- | data/templates/debug.html (renamed from doc/debug.html) | 0 | ||||
-rw-r--r-- | data/templates/default.html (renamed from doc/default.html) | 0 | ||||
-rw-r--r-- | data/templates/stats.html (renamed from doc/stats.html) | 0 | ||||
-rw-r--r-- | doc/Makefile.am | 9 |
4 files changed, 2 insertions, 7 deletions
diff --git a/doc/debug.html b/data/templates/debug.html index 6ee3367..6ee3367 100644 --- a/doc/debug.html +++ b/data/templates/debug.html diff --git a/doc/default.html b/data/templates/default.html index 67354b7..67354b7 100644 --- a/doc/default.html +++ b/data/templates/default.html diff --git a/doc/stats.html b/data/templates/stats.html index 7179859..7179859 100644 --- a/doc/stats.html +++ b/data/templates/stats.html diff --git a/doc/Makefile.am b/doc/Makefile.am index 6cbe3cc..ade0939 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,15 +1,10 @@ SUBDIRS = \ man8 -TEMPLATES = \ - debug.html \ - default.html \ - stats.html - EXTRA_DIST = \ tinyproxy.conf \ HTML_VARIABLES \ HTTP_ERROR_CODES \ RFC_INFO \ - filter-howto.txt \ - $(TEMPLATES) + filter-howto.txt + |