diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-15 13:11:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-15 13:11:36 +0000 |
commit | a8e42c3cae0549fa76d900295657609ea6b9a7a2 (patch) | |
tree | 75396da3b592d93acce36c432c97e83b95ac31db /gnu/usr.bin/texinfo | |
parent | e0988033f846a621dd01b0c9b08ecf9daeae6979 (diff) | |
download | FreeBSD-src-a8e42c3cae0549fa76d900295657609ea6b9a7a2.zip FreeBSD-src-a8e42c3cae0549fa76d900295657609ea6b9a7a2.tar.gz |
Add NOMAN, fix Id line.
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r-- | gnu/usr.bin/texinfo/makeinfo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile b/gnu/usr.bin/texinfo/makeinfo/Makefile index 0a42b86..26fbbea 100644 --- a/gnu/usr.bin/texinfo/makeinfo/Makefile +++ b/gnu/usr.bin/texinfo/makeinfo/Makefile @@ -1,12 +1,13 @@ # # Bmakefile for GNU info # -# $id$ +# $Id$ # PROG= makeinfo - +NOMAN=yes SRCS+= makeinfo.c getopt1.c getopt.c + .PATH: ${.CURDIR}/../info CFLAGS+= -I${.CURDIR}/../info -I${.CURDIR} |