소스 검색

Merge pull request #19 from ebfe/patch-1

Don't pretend there are info files
Fredrik Svantesson 7 년 전
부모
커밋
c4820e7d1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -4,7 +4,7 @@ MANDIR=$(PREFIX)/share/man/man1
4 4
 
5 5
 CC=gcc
6 6
 CFLAGS=-std=c89 -O2 -pedantic -Wall -I"./include"
7
-MANFLAGS=-h -h -v -V
7
+MANFLAGS=-h -h -v -V -N
8 8
 
9 9
 HELP2MAN_VERSION := $(shell help2man --version 2>/dev/null)
10 10