(man) fix manpath
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
5787ee571f
commit
e482663af7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ SCDOC := scdoc
|
|||
|
||||
PREFIX := /usr/local
|
||||
BINPATH := $(PREFIX)/bin
|
||||
MANPATH := $(PREFIX)/share/man
|
||||
MANPATH := /usr/share/man
|
||||
|
||||
PROG := awl
|
||||
ifeq ($(OS),Windows_NT)
|
||||
|
|
Loading…
Reference in a new issue