Browse Source

Merge pull request #19 from ebfe/patch-1

Don't pretend there are info files
Fredrik Svantesson 7 years ago
parent
commit
c4820e7d1e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

4
 
4
 
5
 CC=gcc
5
 CC=gcc
6
 CFLAGS=-std=c89 -O2 -pedantic -Wall -I"./include"
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
 HELP2MAN_VERSION := $(shell help2man --version 2>/dev/null)
9
 HELP2MAN_VERSION := $(shell help2man --version 2>/dev/null)
10
 
10