aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-04-15 21:20:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-04-15 21:20:11 +0000
commit4c8d6141db33c90999df9338357775ee331b2f34 (patch)
tree1d343d82beaa2a03dbad277703a0db361afba301
parent023fc3ebfa5afbafab79b7ef4e05e2cb51ac40a5 (diff)
downloadmandoc-4c8d6141db33c90999df9338357775ee331b2f34.tar.gz
mandoc-4c8d6141db33c90999df9338357775ee331b2f34.tar.zst
mandoc-4c8d6141db33c90999df9338357775ee331b2f34.zip
set up man.cgi(3) for inclusion in the web site
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9be2bd9c..40aaf73c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.480 2015/11/07 21:53:14 schwarze Exp $
+# $Id: Makefile,v 1.481 2016/04/15 21:20:11 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -138,6 +138,7 @@ DISTFILES = INSTALL \
makewhatis.8 \
man.1 \
man.7 \
+ man.cgi.3 \
man.cgi.8 \
man.conf.5 \
man.h \
@@ -293,6 +294,7 @@ WWW_MANS = apropos.1.html \
roff.7.html \
tbl.7.html \
makewhatis.8.html \
+ man.cgi.3.html \
man.cgi.8.html \
man.h.html \
manconf.h.html \