Fixed man path issue in makefile

This commit is contained in:
Brian Evans 2020-01-09 10:08:03 -08:00
parent 96d5cf4dc4
commit 10e357cdb1
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ BINARY := hermes
PREFIX := /usr/local
EXEC_PREFIX := ${PREFIX}
BINDIR := ${PREFIX}/bin
MANDIR := ${PREFIX}/man
DATAROOTDIR := ${PREFIX}/share
MANDIR := ${DATAROOTDIR}/man
MAN1DIR := ${MANDIR}/man1
csedit: hermes.c config.h