aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-06 19:04:21 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-06 19:04:21 +0000
commit9eba0ae751c6781700a141462ba8863c98f55e80 (patch)
tree64be405faac6f3f491cb41a75d8e5e209e40d9a9 /Makefile
parentfc82ec67a57867817a8056aed8825a8bfbde718f (diff)
downloadmandoc-9eba0ae751c6781700a141462ba8863c98f55e80.tar.gz
mandoc-9eba0ae751c6781700a141462ba8863c98f55e80.tar.zst
mandoc-9eba0ae751c6781700a141462ba8863c98f55e80.zip
new manual pages for catman(8) and mandocd(8)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6515b2d8..e8526b52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.495 2017/02/05 22:22:46 schwarze Exp $
+# $Id: Makefile,v 1.496 2017/02/06 19:04:21 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -130,6 +130,7 @@ DISTFILES = INSTALL \
NEWS \
TODO \
apropos.1 \
+ catman.8 \
cgi.h.example \
compat_fts.h \
compat_ohash.h \
@@ -172,6 +173,7 @@ DISTFILES = INSTALL \
mandoc_html.3 \
mandoc_malloc.3 \
mandoc_ohash.h \
+ mandocd.8 \
mansearch.3 \
mansearch.h \
mchars_alloc.3 \
@@ -307,6 +309,7 @@ WWW_MANS = apropos.1.html \
man.1.html \
mandoc.1.html \
soelim.1.html \
+ man.cgi.3.html \
mandoc.3.html \
mandoc_escape.3.html \
mandoc_headers.3.html \
@@ -320,11 +323,12 @@ WWW_MANS = apropos.1.html \
eqn.7.html \
man.7.html \
mandoc_char.7.html \
+ mandocd.8.html \
mdoc.7.html \
roff.7.html \
tbl.7.html \
+ catman.8.html \
makewhatis.8.html \
- man.cgi.3.html \
man.cgi.8.html \
man.h.html \
manconf.h.html \
@@ -421,7 +425,9 @@ cgi-install: man.cgi
catman-install: mandocd catman
mkdir -p $(DESTDIR)$(SBINDIR)
+ mkdir -p $(DESTDIR)$(MANDIR)/man8
$(INSTALL_PROGRAM) mandocd catman $(DESTDIR)$(SBINDIR)
+ $(INSTALL_MAN) mandocd.8 catman.8 $(DESTDIR)$(MANDIR)/man8
Makefile.local config.h: configure ${TESTSRCS}
@echo "$@ is out of date; please run ./configure"