aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-10 00:31:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-10 00:31:10 +0000
commit92c7c7720fb78f534c1d358932f4a30af0b7131a (patch)
treed15fe6e8571f4598a8498522b118b3b3f8cead9a /Makefile
parentea48e55b5108c43c1f8c8c5e6e85758eb4ed5ae0 (diff)
downloadmandoc-92c7c7720fb78f534c1d358932f4a30af0b7131a.tar.gz
mandoc-92c7c7720fb78f534c1d358932f4a30af0b7131a.tar.zst
mandoc-92c7c7720fb78f534c1d358932f4a30af0b7131a.zip
Full rewrite of the man.cgi(8) manual.
Almost everything in the old man.cgi(7) was outdated in one way or another - catman, catman.conf, CACHE_DIR, /cache, manroots, replacing '/' with spaces, /tmp... Instead, document the HTML and URI interfaces, the output and the setup, and complete the listings of ENVIRONMENT variables and FILES. Using section 8 instead of section 7 because that's the usual place for CGI programs, see for example bgplg(8) and slowcgi(8).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 589a3256..5744b1bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.421 2014/07/09 07:30:47 schwarze Exp $
+# $Id: Makefile,v 1.422 2014/07/10 00:31:10 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -134,7 +134,7 @@ SRCS = LICENSE \
makewhatis.8 \
man.7 \
man.c \
- man.cgi.7 \
+ man.cgi.8 \
man-cgi.css \
man.h \
man_hash.c \
@@ -317,12 +317,12 @@ WWW_MANS = apropos.1.html \
mandoc.db.5.html \
eqn.7.html \
man.7.html \
- man.cgi.7.html \
mandoc_char.7.html \
mdoc.7.html \
roff.7.html \
tbl.7.html \
makewhatis.8.html \
+ man.cgi.8.html \
man.h.html \
mandoc.h.html \
mandoc_aux.h.html \