From: Arun Prakash Jana Date: Thu, 13 Apr 2017 14:56:09 +0000 (+0530) Subject: Move man to $PREFIX/share/man X-Git-Tag: v1.0^0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=85d7f2762e9fa1bf927955be1dca03e0a3b91aff;p=nnn.git Move man to $PREFIX/share/man --- diff --git a/Makefile b/Makefile index 4a0e77f3..7545534b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 1.0 PREFIX = /usr/local -MANPREFIX = $(PREFIX)/man +MANPREFIX = $(PREFIX)/share/man CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter LDLIBS = -lcurses diff --git a/Makefile.generic b/Makefile.generic index 5a656c39..eed4b45e 100644 --- a/Makefile.generic +++ b/Makefile.generic @@ -1,7 +1,7 @@ VERSION = 1.0 PREFIX = /usr/local -MANPREFIX = $(PREFIX)/man +MANPREFIX = $(PREFIX)/share/man CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter LDLIBS = -lcurses