=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.468 retrieving revision 1.470 diff -u -p -r1.468 -r1.470 --- mandoc/Makefile 2015/10/13 15:53:05 1.468 +++ mandoc/Makefile 2015/10/20 02:01:31 1.470 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.468 2015/10/13 15:53:05 schwarze Exp $ +# $Id: Makefile,v 1.470 2015/10/20 02:01:31 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze @@ -88,6 +88,7 @@ SRCS = att.c \ mdoc_html.c \ mdoc_macro.c \ mdoc_man.c \ + mdoc_state.c \ mdoc_term.c \ mdoc_validate.c \ msec.c \ @@ -117,7 +118,6 @@ DISTFILES = INSTALL \ TODO \ apropos.1 \ cgi.h.example \ - chars.in \ compat_fts.h \ compat_ohash.h \ compat_stringlist.h \ @@ -184,6 +184,7 @@ LIBMDOC_OBJS = att.o \ mdoc_argv.o \ mdoc_hash.o \ mdoc_macro.o \ + mdoc_state.o \ mdoc_validate.o \ st.o