docs: Add placeholder for tinyproxy.conf manpage

This commit is contained in:
Mukund Sivaraman 2009-09-19 09:57:24 +05:30
parent 4d4f7d2a09
commit 0def858576
5 changed files with 70 additions and 0 deletions

View File

@ -331,6 +331,8 @@ data/Makefile
data/templates/Makefile
etc/Makefile
docs/Makefile
docs/man5/Makefile
docs/man5/tinyproxy.conf.txt
docs/man8/Makefile
docs/man8/tinyproxy.txt
m4macros/Makefile

View File

@ -1,4 +1,5 @@
SUBDIRS = \
man5 \
man8
EXTRA_DIST = \

3
docs/man5/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.5
*.xml
*.txt

23
docs/man5/Makefile.am Normal file
View File

@ -0,0 +1,23 @@
MAN5_FILES = \
tinyproxy.conf.txt
A2X_ARGS = \
-d manpage \
-f manpage
man_MANS = \
$(MAN5_FILES:.txt=.5)
.txt.5:
if HAVE_A2X
a2x $(A2X_ARGS) $<
else
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
endif
EXTRA_DIST = \
$(man_MANS)
CLEANFILES = \
$(MAN5_FILES:.txt=.5) \
$(MAN5_FILES:.txt=.xml)

View File

@ -0,0 +1,41 @@
TINYPROXY.CONF(5)
=================
:man source: Version @VERSION@
:man manual: Tinyproxy manual
NAME
----
tinyproxy.conf - Tinyproxy HTTP proxy daemon configuration file
SYNOPSIS
--------
*tinyproxy.conf*
DESCRIPTION
-----------
Put text here about tinyproxy.conf.
BUGS
----
To report bugs in Tinyproxy, please visit
<https://www.banu.com/tinyproxy/support/[https://www.banu.com/tinyproxy/support/]>.
COPYRIGHT
---------
Copyright (c) 1998-2000 Steven Young;
Copyright (c) 2000-2001 Robert James Kaes;
Copyright (c) 2009 Mukund Sivaraman;
Copyright (c) 2009 Michael Adam.
This program is distributed under the terms of the GNU General Public
License version 2 or above. See the COPYING file for additional
information.