=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.448 retrieving revision 1.449 diff -u -p -r1.448 -r1.449 --- mandoc/Makefile 2014/11/28 18:57:31 1.448 +++ mandoc/Makefile 2014/12/01 08:09:26 1.449 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.448 2014/11/28 18:57:31 schwarze Exp $ +# $Id: Makefile,v 1.449 2014/12/01 08:09:26 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014 Ingo Schwarze @@ -131,6 +131,7 @@ DISTFILES = INSTALL \ mandoc_aux.h \ mandoc_char.7 \ mandoc_escape.3 \ + mandoc_headers.3 \ mandoc_html.3 \ mandoc_malloc.3 \ manpath.h \ @@ -237,6 +238,7 @@ WWW_MANS = apropos.1.html \ mandoc.1.html \ mandoc.3.html \ mandoc_escape.3.html \ + mandoc_headers.3.html \ mandoc_html.3.html \ mandoc_malloc.3.html \ mansearch.3.html \