summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-08-08 11:35:27 +0000
committerbapt <bapt@FreeBSD.org>2017-08-08 11:35:27 +0000
commita6b39bb9e47f5d975d99196ea1862c50db1ea74f (patch)
treeb43ac320442aa5ffbee199609e2f836acfa68914 /usr.bin
parent1430ec935bcd8aa66595aeb68bbaf38339e6b807 (diff)
downloadFreeBSD-src-a6b39bb9e47f5d975d99196ea1862c50db1ea74f.zip
FreeBSD-src-a6b39bb9e47f5d975d99196ea1862c50db1ea74f.tar.gz
MFC r313958, r319717, r321810
r313958: Import mandoc 1.4.1rc2 r319717: Import mandoc snapshot 2017-06-08 It implements missing man(7) macros used in base by kerberos/ntp and makes them supported by mandoc. This import should have been done before the removal of groff. Reported by: gordon r321810: Update mandoc to 1.14.2
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile
index a0bb2e5..1f1eefd 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -17,7 +17,6 @@ LINKS= ${BINDIR}/mandoc ${BINDIR}/whatis \
.endif
LIBMAN_SRCS= man.c \
- man_hash.c \
man_macro.c \
man_validate.c
@@ -25,14 +24,17 @@ LIBMDOC_SRCS= att.c \
lib.c \
mdoc.c \
mdoc_argv.c \
- mdoc_hash.c \
mdoc_macro.c \
+ mdoc_markdown.c \
mdoc_state.c \
mdoc_validate.c \
st.c \
LIBROFF_SRCS= eqn.c \
roff.c \
+ roff_html.c \
+ roff_term.c \
+ roff_validate.c \
tbl.c \
tbl_data.c \
tbl_layout.c \
@@ -45,9 +47,11 @@ LIB_SRCS= ${LIBMAN_SRCS} \
mandoc.c \
mandoc_aux.c \
mandoc_ohash.c \
+ mandoc_xr.c \
msec.c \
preconv.c \
- read.c
+ read.c \
+ compat_recallocarray.c \
HTML_SRCS= eqn_html.c \
html.c \
@@ -63,6 +67,7 @@ TERM_SRCS= eqn_term.c \
term.c \
term_ascii.c \
term_ps.c \
+ term_tab.c \
tbl_term.c
DBM_SRCS= dbm.c \
OpenPOWER on IntegriCloud