X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/792b9c4c5a44280611945547a57ac9e48af5baf1..2e4490e7023dd483d992df8eb6f75860fd445fe4:/Makefile diff --git a/Makefile b/Makefile index 8acd5db5..e3b3c6c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.541 2022/04/14 16:43:43 schwarze Exp $ +# $Id: Makefile,v 1.542 2022/05/19 15:37:47 schwarze Exp $ # # Copyright (c) 2011, 2013-2022 Ingo Schwarze # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons @@ -122,6 +122,7 @@ SRCS = arch.c \ preconv.c \ read.c \ roff.c \ + roff_escape.c \ roff_html.c \ roff_term.c \ roff_validate.c \ @@ -235,6 +236,7 @@ LIBMDOC_OBJS = att.o \ LIBROFF_OBJS = eqn.o \ roff.o \ + roff_escape.o \ roff_validate.o \ tbl.o \ tbl_data.o \