docs: Add placeholder for tinyproxy.conf manpage
This commit is contained in:
parent
4d4f7d2a09
commit
0def858576
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
SUBDIRS = \
|
||||
man5 \
|
||||
man8
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
3
docs/man5/.gitignore
vendored
Normal file
3
docs/man5/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.5
|
||||
*.xml
|
||||
*.txt
|
23
docs/man5/Makefile.am
Normal file
23
docs/man5/Makefile.am
Normal 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)
|
41
docs/man5/tinyproxy.conf.txt.in
Normal file
41
docs/man5/tinyproxy.conf.txt.in
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user