=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.484 retrieving revision 1.485 diff -u -p -r1.484 -r1.485 --- mandoc/Makefile 2016/07/07 23:46:36 1.484 +++ mandoc/Makefile 2016/07/08 20:46:10 1.485 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.484 2016/07/07 23:46:36 schwarze Exp $ +# $Id: Makefile,v 1.485 2016/07/08 20:46:10 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013-2016 Ingo Schwarze @@ -31,6 +31,8 @@ TESTSRCS = test-dirent-namlen.c \ test-pledge.c \ test-progname.c \ test-reallocarray.c \ + test-rewb-bsd.c \ + test-rewb-sysv.c \ test-sqlite3.c \ test-sqlite3_errstr.c \ test-strcasestr.c \ @@ -165,6 +167,7 @@ DISTFILES = INSTALL \ predefs.in \ roff.7 \ roff.h \ + roff_int.h \ soelim.1 \ st.in \ tag.h \ @@ -440,6 +443,8 @@ depend: config.h s|\\\n||g; s| +| |g; s| $$||mg; print;' \ Makefile.depend > Makefile.tmp mv Makefile.tmp Makefile.depend + +dist: mdocml.sha256 mdocml.sha256: mdocml.tar.gz sha256 mdocml.tar.gz > $@