commit b04323cbd25293b64b73cf544cb3af077e7a0050
Author: Jan Klemkow <[email protected]>
AuthorDate: Fri Oct 14 18:02:21 2022 +0200
Commit: Jan Klemkow <[email protected]>
CommitDate: Fri Oct 14 18:02:21 2022 +0200
config.mk: fix manpage install path
diff --git a/config.mk b/config.mk
index c997f20..62c4af0 100644
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
# paths
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
-MANDIR = $(PREFIX)/share/man
+MANDIR = $(PREFIX)/man
MAN1DIR = $(MANDIR)/man1
CFLAGS = -std=c99 -pedantic -Wall -Wextra -I/usr/local/include