diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-15 13:10:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-15 13:10:41 +0000 |
commit | e0988033f846a621dd01b0c9b08ecf9daeae6979 (patch) | |
tree | b67bbeb1377ce84a50074e3e09c56fa8d5da62ab | |
parent | 6337e4dfcdf385bf9bbe19f2db973c97f483acbe (diff) | |
download | FreeBSD-src-e0988033f846a621dd01b0c9b08ecf9daeae6979.zip FreeBSD-src-e0988033f846a621dd01b0c9b08ecf9daeae6979.tar.gz |
Set NOMAN properly, correct Id line.
-rw-r--r-- | gnu/usr.bin/texinfo/makedoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/makedoc/Makefile b/gnu/usr.bin/texinfo/makedoc/Makefile index 528e439..930e4ab 100644 --- a/gnu/usr.bin/texinfo/makedoc/Makefile +++ b/gnu/usr.bin/texinfo/makedoc/Makefile @@ -1,11 +1,11 @@ # # Bmakefile for GNU info # -# $id$ +# $Id$ # PROG= makedoc - +NOMAN=yes SRCS+= makedoc.c xmalloc.c CFLAGS+= -I${.CURDIR}/../info -I${.CURDIR} |