From 10e357cdb1d1f1b2d47eeed2e990ac09ab265b66 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Thu, 9 Jan 2020 10:08:03 -0800 Subject: [PATCH] Fixed man path issue in makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e69aeb..409d99e 100644 --- a/Makefile +++ b/Makefile @@ -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