=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.510 retrieving revision 1.512 diff -u -p -r1.510 -r1.512 --- mandoc/Makefile 2017/05/04 22:16:09 1.510 +++ mandoc/Makefile 2017/05/07 17:31:45 1.512 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.510 2017/05/04 22:16:09 schwarze Exp $ +# $Id: Makefile,v 1.512 2017/05/07 17:31:45 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2017 Ingo Schwarze @@ -112,6 +112,7 @@ SRCS = att.c \ roff.c \ roff_html.c \ roff_term.c \ + roff_validate.c \ soelim.c \ st.c \ tag.c \ @@ -124,6 +125,7 @@ SRCS = att.c \ term.c \ term_ascii.c \ term_ps.c \ + term_tab.c \ tree.c DISTFILES = INSTALL \ @@ -212,6 +214,7 @@ LIBMDOC_OBJS = att.o \ LIBROFF_OBJS = eqn.o \ roff.o \ + roff_validate.o \ tbl.o \ tbl_data.o \ tbl_layout.o \ @@ -258,6 +261,7 @@ MANDOC_TERM_OBJS = eqn_term.o \ term.o \ term_ascii.o \ term_ps.o \ + term_tab.o \ tbl_term.o DBM_OBJS = dbm.o \