diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-15 13:12:23 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-15 13:12:23 +0000 |
| commit | 804cf603f230703500ea60579be68d9c40ee6923 (patch) | |
| tree | 9b8120e58ade057d682b3de65c9933ef00b7b3fb | |
| parent | 8b1439553b2bfb4856adbc0cc33c3c3a3093d82e (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/texinfo/texindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile index ef51fdf344c7..94320b5d6e5b 100644 --- a/gnu/usr.bin/texinfo/texindex/Makefile +++ b/gnu/usr.bin/texinfo/texindex/Makefile @@ -1,11 +1,11 @@ # # Bmakefile for GNU info # -# $id$ +# $Id$ # PROG= texindex - +NOMAN=yes SRCS+= texindex.c getopt1.c getopt.c .PATH: ${.CURDIR}/../info |
