From 0def858576d62714495b9c0a45b2747f1d7a0475 Mon Sep 17 00:00:00 2001
From: Mukund Sivaraman <muks@banu.com>
Date: Sat, 19 Sep 2009 09:57:24 +0530
Subject: docs: Add placeholder for tinyproxy.conf manpage

---
 docs/man5/.gitignore            |  3 +++
 docs/man5/Makefile.am           | 23 +++++++++++++++++++++++
 docs/man5/tinyproxy.conf.txt.in | 41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+)
 create mode 100644 docs/man5/.gitignore
 create mode 100644 docs/man5/Makefile.am
 create mode 100644 docs/man5/tinyproxy.conf.txt.in

(limited to 'docs/man5')

diff --git a/docs/man5/.gitignore b/docs/man5/.gitignore
new file mode 100644
index 0000000..407e1ab
--- /dev/null
+++ b/docs/man5/.gitignore
@@ -0,0 +1,3 @@
+*.5
+*.xml
+*.txt
diff --git a/docs/man5/Makefile.am b/docs/man5/Makefile.am
new file mode 100644
index 0000000..340e127
--- /dev/null
+++ b/docs/man5/Makefile.am
@@ -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)
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
new file mode 100644
index 0000000..e99b9cc
--- /dev/null
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -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.
-- 
cgit v1.2.3