소스 검색

Fixed man page path

According to the FHS, /usr/local/share/man is the correct man page path
in this projects's case. Set this to default in config.mk.
master
Aaron Marcher 7 년 전
부모
커밋
96334e2079
No known key found for this signature in database GPG 키 ID: 74B048E5C2474F9A
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk 파일 보기

@@ -5,7 +5,7 @@ VERSION = 0

#paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/man
MANPREFIX = ${PREFIX}/share/man

X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib


불러오는 중...
취소
저장