diff options
author | jmacd <jmacd@FreeBSD.org> | 1997-01-11 03:58:39 +0000 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1997-01-11 03:58:39 +0000 |
commit | fae6e24a92c3441260641b75705e0d67b3ccc920 (patch) | |
tree | 0a6275c4c78aa74cf9fdf236f5d793170386f731 /gnu | |
parent | e51ec0e772fac16db609c7b48be65d59d2be3412 (diff) | |
download | FreeBSD-src-fae6e24a92c3441260641b75705e0d67b3ccc920.zip FreeBSD-src-fae6e24a92c3441260641b75705e0d67b3ccc920.tar.gz |
Same. This wasn't even in the old dir file.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/bison/doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/bison/doc/Makefile b/gnu/usr.bin/bison/doc/Makefile index c1bbd4e..e8cbe7c 100644 --- a/gnu/usr.bin/bison/doc/Makefile +++ b/gnu/usr.bin/bison/doc/Makefile @@ -1,6 +1,8 @@ -# $Id: Makefile,v 1.1 1995/10/29 09:08:35 peter Exp $ +# $Id: Makefile,v 1.1 1996/09/10 13:23:46 peter Exp $ INFO = bison +INFOSECTION= "Programming & development tools." +INFOENTRY_bison= "* Bison: (bison). The GNU YACC-compatible parser generator." .PATH: ${.CURDIR}/../../../../contrib/bison |