=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.459 retrieving revision 1.461 diff -u -p -r1.459 -r1.461 --- mandoc/Makefile 2015/03/27 00:18:14 1.459 +++ mandoc/Makefile 2015/04/02 21:36:49 1.461 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.459 2015/03/27 00:18:14 schwarze Exp $ +# $Id: Makefile,v 1.461 2015/04/02 21:36:49 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014, 2015 Ingo Schwarze @@ -133,6 +133,7 @@ DISTFILES = INSTALL \ man.cgi.8 \ man.conf.5 \ man.h \ + manconf.h \ mandoc.1 \ mandoc.3 \ mandoc.db.5 \ @@ -143,7 +144,6 @@ DISTFILES = INSTALL \ mandoc_headers.3 \ mandoc_html.3 \ mandoc_malloc.3 \ - manpath.h \ mansearch.3 \ mansearch.h \ mchars_alloc.3 \ @@ -153,6 +153,7 @@ DISTFILES = INSTALL \ out.h \ predefs.in \ roff.7 \ + roff.h \ st.in \ style.css \ tbl.3 \ @@ -269,11 +270,12 @@ WWW_MANS = apropos.1.html \ makewhatis.8.html \ man.cgi.8.html \ man.h.html \ + manconf.h.html \ mandoc.h.html \ mandoc_aux.h.html \ - manpath.h.html \ mansearch.h.html \ - mdoc.h.html + mdoc.h.html \ + roff.h.html WWW_OBJS = mdocml.tar.gz \ mdocml.sha256 @@ -327,7 +329,7 @@ base-install: base-build $(INSTALL_PROGRAM) mandoc demandoc $(DESTDIR)$(BINDIR) ln -f $(DESTDIR)$(BINDIR)/mandoc $(DESTDIR)$(BINDIR)/$(BINM_MAN) $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR) - $(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h \ + $(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h roff.h \ $(DESTDIR)$(INCLUDEDIR) $(INSTALL_MAN) mandoc.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1 $(INSTALL_MAN) man.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_MAN).1