aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-01 08:09:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-01 08:09:26 +0000
commit8bc86dcb30b0c91240c4be7dd73585cfc36ae8f3 (patch)
treebcd991bfce89c4096806900e21ff855a113735ba /Makefile
parented985164976ccd03ae1cd954a33c775bfc84b0c2 (diff)
downloadmandoc-8bc86dcb30b0c91240c4be7dd73585cfc36ae8f3.tar.gz
mandoc-8bc86dcb30b0c91240c4be7dd73585cfc36ae8f3.tar.zst
mandoc-8bc86dcb30b0c91240c4be7dd73585cfc36ae8f3.zip
developer documentation regarding header files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8255fec..5a87ef00 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.448 2014/11/28 18:57:31 schwarze Exp $
+# $Id: Makefile,v 1.449 2014/12/01 08:09:26 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -131,6 +131,7 @@ DISTFILES = INSTALL \
mandoc_aux.h \
mandoc_char.7 \
mandoc_escape.3 \
+ mandoc_headers.3 \
mandoc_html.3 \
mandoc_malloc.3 \
manpath.h \
@@ -237,6 +238,7 @@ WWW_MANS = apropos.1.html \
mandoc.1.html \
mandoc.3.html \
mandoc_escape.3.html \
+ mandoc_headers.3.html \
mandoc_html.3.html \
mandoc_malloc.3.html \
mansearch.3.html \