This commit is contained in:
sloum 2020-01-12 22:01:39 -08:00
commit 2574c8e911
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