summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2017-04-13 20:26:09 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2017-04-13 20:27:01 +0530
commit85d7f2762e9fa1bf927955be1dca03e0a3b91aff (patch)
treed22772f708c5922e8445dc518e7720f121926fcc
parent6f1ea2e61e00448ef9b90c04818f96fd8f2d0a98 (diff)
Move man to $PREFIX/share/manv1.0
-rw-r--r--Makefile2
-rw-r--r--Makefile.generic2
2 files changed, 2 insertions, 2 deletions
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