summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-03 20:54:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-03 20:54:41 +0000
commit9132cdb1bf9e6566ff6580d49fc26cf87afa976a (patch)
treec7b26e9f46dd1ef6b463ab90d5db1595c8b4e479 /Makefile
parent62163063cafc3d7d5ee29edaca291c7b33043ede (diff)
downloadmandoc-9132cdb1bf9e6566ff6580d49fc26cf87afa976a.tar.gz
mandoc-9132cdb1bf9e6566ff6580d49fc26cf87afa976a.tar.zst
mandoc-9132cdb1bf9e6566ff6580d49fc26cf87afa976a.zip
We obviously need man.h and mdoc.h installed as mentioned in mandoc.3.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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