Ver código fonte

Merge pull request #19 from ebfe/patch-1

Don't pretend there are info files
Fredrik Svantesson 8 anos atrás
pai
commit
c4820e7d1e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver arquivo

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