Fixed man page path
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.
This commit is contained in:
parent
779f611208
commit
96334e2079
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ VERSION = 0
|
||||||
|
|
||||||
#paths
|
#paths
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = ${PREFIX}/man
|
MANPREFIX = ${PREFIX}/share/man
|
||||||
|
|
||||||
X11INC = /usr/X11R6/include
|
X11INC = /usr/X11R6/include
|
||||||
X11LIB = /usr/X11R6/lib
|
X11LIB = /usr/X11R6/lib
|
||||||
|
|
Loading…
Reference in a new issue