Browse Source

Move man to $PREFIX/share/man

master
Arun Prakash Jana 8 years ago
parent
commit
85d7f2762e
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      Makefile.generic

+ 1
- 1
Makefile View File

@@ -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


+ 1
- 1
Makefile.generic View File

@@ -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


||||||
x
 
000:0
Loading…
Cancel
Save