From: Kristaps Dzonsons Date: Sun, 3 Jul 2011 20:54:41 +0000 (+0000) Subject: We obviously need man.h and mdoc.h installed as mentioned in mandoc.3. X-Git-Tag: VERSION_1_11_4~24 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/9132cdb1bf9e6566ff6580d49fc26cf87afa976a We obviously need man.h and mdoc.h installed as mentioned in mandoc.3. --- diff --git a/Makefile b/Makefile index c535f105..be6e5682 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,7 @@ install: all mkdir -p $(DESTDIR)$(MANDIR)/man7 $(INSTALL_PROGRAM) mandoc preconv $(DESTDIR)$(BINDIR) $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR) - $(INSTALL_LIB) mandoc.h $(DESTDIR)$(INCLUDEDIR) + $(INSTALL_LIB) man.h mdoc.h mandoc.h $(DESTDIR)$(INCLUDEDIR) $(INSTALL_MAN) mandoc.1 preconv.1 $(DESTDIR)$(MANDIR)/man1 $(INSTALL_MAN) mandoc.3 $(DESTDIR)$(MANDIR)/man3 $(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7