summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-05 02:06:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-05 02:06:19 +0000
commitff9971487e60c2e6e8f7858745eea6520b1c0aa5 (patch)
tree59ed19f97ba7de3fc79a7183395fb59dfe16985f /Makefile
parent9ec7fd0e6d519550b4d3ae0ae9dd5c53d10e6cab (diff)
downloadmandoc-ff9971487e60c2e6e8f7858745eea6520b1c0aa5.tar.gz
Move handling of the roff(7) .ft request from the man(7)
modules to the new roff(7) modules. As a side effect, mdoc(7) now handles .ft, too. Of course, do not use that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b7ddba4..f75c7320 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ SRCS = att.c \
roff.c \
roff_html.c \
roff_term.c \
+ roff_validate.c \
soelim.c \
st.c \
tag.c \
@@ -212,6 +213,7 @@ LIBMDOC_OBJS = att.o \
LIBROFF_OBJS = eqn.o \
roff.o \
+ roff_validate.o \
tbl.o \
tbl_data.o \
tbl_layout.o \