aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-05 05:48:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-05 05:48:56 +0000
commitd7bf8738fc466a59afd92890b187f27ae1b37148 (patch)
tree1e5deb7faf9bb0e8e47bb73053b680d24b03012f /Makefile
parent8d3eee8a5f2642722d066c30fb64f3e992e958b7 (diff)
downloadmandoc-d7bf8738fc466a59afd92890b187f27ae1b37148.tar.gz
mandoc-d7bf8738fc466a59afd92890b187f27ae1b37148.tar.zst
mandoc-d7bf8738fc466a59afd92890b187f27ae1b37148.zip
Sync library documentation with reality.
Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3) out of mandoc(3), adding lots of new information.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2441929..b21f0196 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.429 2014/08/05 05:27:16 schwarze Exp $
+# $Id: Makefile,v 1.430 2014/08/05 05:48:56 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -223,10 +223,13 @@ DISTFILES = LICENSE \
mandoc.h \
mandoc_aux.h \
mandoc_char.7 \
+ mandoc_escape.3 \
mandoc_html.3 \
+ mandoc_malloc.3 \
manpath.h \
mansearch.3 \
mansearch.h \
+ mchars_alloc.3 \
mdoc.7 \
mdoc.h \
msec.in \
@@ -327,8 +330,11 @@ WWW_MANS = apropos.1.html \
mandoc.1.html \
preconv.1.html \
mandoc.3.html \
+ mandoc_escape.3.html \
mandoc_html.3.html \
+ mandoc_malloc.3.html \
mansearch.3.html \
+ mchars_alloc.3.html \
tbl.3.html \
mandoc.db.5.html \
eqn.7.html \
@@ -393,7 +399,8 @@ base-install: base-build
$(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h \
$(DESTDIR)$(INCLUDEDIR)
$(INSTALL_MAN) mandoc.1 preconv.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
- $(INSTALL_MAN) mandoc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
+ $(INSTALL_MAN) mandoc.3 mandoc_escape.3 mandoc_malloc.3 \
+ mchars_alloc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
$(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 \
$(DESTDIR)$(MANDIR)/man7
$(INSTALL_DATA) example.style.css $(DESTDIR)$(EXAMPLEDIR)