Fixed man page path
authorAaron Marcher <me@drkhsh.at>
Sun, 13 Aug 2017 20:56:14 +0000 (22:56 +0200)
committerAaron Marcher <me@drkhsh.at>
Sun, 13 Aug 2017 20:56:14 +0000 (22:56 +0200)
According to the FHS, /usr/local/share/man is the correct man page path
in this projects's case. Set this to default in config.mk.

config.mk

index f27a0a9c09b7f5b9c0f3f3393b86d0f5cbdc67c8..adb0a709fbe489742e7f76e1138925967ef047b5 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -5,7 +5,7 @@ VERSION = 0
 
 #paths
 PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/man
+MANPREFIX = ${PREFIX}/share/man
 
 X11INC = /usr/X11R6/include
 X11LIB = /usr/X11R6/lib