diff options
| author | 2017-04-13 20:26:09 +0530 | |
|---|---|---|
| committer | 2017-04-13 20:27:01 +0530 | |
| commit | 85d7f2762e9fa1bf927955be1dca03e0a3b91aff (patch) | |
| tree | d22772f708c5922e8445dc518e7720f121926fcc | |
| parent | 6f1ea2e61e00448ef9b90c04818f96fd8f2d0a98 (diff) | |
| download | nnn-85d7f2762e9fa1bf927955be1dca03e0a3b91aff.tar.gz | |
Move man to $PREFIX/share/man
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Makefile.generic | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 5a656c3..eed4b45 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 |