diff options
| author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:58:39 +0000 |
|---|---|---|
| committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 03:58:39 +0000 |
| commit | d49ce3c9e1a4c097ff03b62ccb04437bd8f559f6 (patch) | |
| tree | 0a6275c4c78aa74cf9fdf236f5d793170386f731 /gnu | |
| parent | 11a399494c95aa124fba660f26a50ccff21884ad (diff) | |
Notes
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 c1bbd4e7fb37..e8cbe7c9cadc 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 |
