Skip to content

Commit

Permalink
Move man to $PREFIX/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 13, 2017
1 parent 6f1ea2e commit 85d7f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 85d7f27

Please sign in to comment.