Updated (more man stuff).

This commit is contained in:
emeryberger 2017-08-14 12:55:38 -04:00
parent 5af1550481
commit 3b65d81571
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@ bindir = $(prefix)/bin
pkglibdir = $(prefix)/lib/coz-profiler
incdir = $(prefix)/include
mandir = $(prefix)/share/man
man1dir = $(prefix)/man1
man1dir = $(mandir)/man1
INSTALL = install
RST2MAN = rst2man