summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-22 18:57:23 +0000
committerbapt <bapt@FreeBSD.org>2014-11-22 18:57:23 +0000
commit322e9f202c55a90688e5243b26f9fe13233b06d6 (patch)
treeaba7ac26366d9bbe229fb31209028de396e0734c /usr.bin/mandoc
parent94074b10c06e084bdb5dbf5e550c6f73d8083f99 (diff)
parenteb03421ddbdfb35eb3ab61dbe59c906ce9e5db96 (diff)
downloadFreeBSD-src-322e9f202c55a90688e5243b26f9fe13233b06d6.zip
FreeBSD-src-322e9f202c55a90688e5243b26f9fe13233b06d6.tar.gz
Update mandoc to 1.13.1
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r--usr.bin/mandoc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index ed88f4e..7578f31 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -5,14 +5,16 @@ LIBMANDOC= ${.OBJDIR}/../../lib/libmandoc/libmandoc.a
.PATH: ${MDOCMLDIR}
PROG= mandoc
-FILES= example.style.css external.png style.css
+FILES= example.style.css style.css
FILESDIR= ${SHAREDIR}/mdocml
LINKS= mdocml
MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 # man.7 mdoc.7 roff.7
MLINKS= mandoc.1 mdocml.1
-SRCS= eqn_html.c eqn_term.c html.c main.c man_html.c man_term.c mdoc_html.c \
- mdoc_man.c mdoc_term.c out.c tbl_html.c tbl_term.c term.c \
- term_ascii.c term_ps.c tree.c
+SRCS= main.c mdoc_term.c chars.c term.c tree.c man_term.c eqn_term.c \
+ mdoc_man.c
+SRCS+= html.c mdoc_html.c man_html.c out.c eqn_html.c
+SRCS+= term_ps.c term_ascii.c tbl_term.c tbl_html.c
+SRCS+= manpath.c compat_reallocarray.c
WARNS?= 3
CFLAGS+= -DHAVE_CONFIG_H
OpenPOWER on IntegriCloud