Skip to content

Commit 85d7f27

Browse files
committed
Move man to $PREFIX/share/man
1 parent 6f1ea2e commit 85d7f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION = 1.0
22

33
PREFIX = /usr/local
4-
MANPREFIX = $(PREFIX)/man
4+
MANPREFIX = $(PREFIX)/share/man
55

66
CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter
77
LDLIBS = -lcurses

Makefile.generic

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION = 1.0
22

33
PREFIX = /usr/local
4-
MANPREFIX = $(PREFIX)/man
4+
MANPREFIX = $(PREFIX)/share/man
55

66
CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter
77
LDLIBS = -lcurses

0 commit comments

Comments
 (0)