Added man page installation.

This commit is contained in:
emeryberger 2017-08-13 20:33:29 -04:00
parent a8cb50e981
commit 58d0b97cc2
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ check::
install::
$(INSTALL) -D coz $(DESTDIR)$(bindir)/coz
$(INSTALL) -D include/coz.h $(DESTDIR)$(incdir)/coz.h
rst2man.py docs/coz.rst $(mandir)/coz.1
distclean::
@for dir in deps/libelfin ; do \

View File

@ -3,6 +3,7 @@ prefix = /usr
bindir = $(prefix)/bin
pkglibdir = $(prefix)/lib/coz-profiler
incdir = $(prefix)/include
mandir = $(prefix)/share/man
INSTALL = install