diff options
| author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 02:59:52 +0000 |
|---|---|---|
| committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-01-11 02:59:52 +0000 |
| commit | dfc62077a2c556b4a2aee1960235bfa3760243f9 (patch) | |
| tree | 100385c10142e166625f9e570cb2c9b8ec6b6034 /gnu | |
| parent | a27d0c0f961e63110e3780efdef70eea5f0b84b0 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/doc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile index 998ac0ca4620..2826535db62a 100644 --- a/gnu/usr.bin/cc/doc/Makefile +++ b/gnu/usr.bin/cc/doc/Makefile @@ -1,7 +1,12 @@ -# $Id$ +# $Id: Makefile,v 1.3 1996/09/19 15:47:47 peter Exp $ INFO = gcc cpp reno gxxint +INFOSECTION= "Gcc Documentation" +INFOENTRY_gcc= "* gcc: (gcc). The GNU C compiler." +INFOENTRY_cpp= "* cpp: (cpp). The GNU C pre-processor." +INFOENTRY_gxxint= "* gxxint: (gxxint). The GNU compiler family internal documentation." + gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \ tm.texi |
