Correct contents for the EGCS compiler documentation.
Currently it is unbuildable, but an info-aware developer should be able to get this working w/o too much trouble.
This commit is contained in:
parent
af77d6f191
commit
eae521d2fd
@ -1,16 +1,18 @@
|
||||
# $Id: Makefile,v 1.6 1997/02/22 15:45:03 peter Exp $
|
||||
# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde Exp $
|
||||
|
||||
INFO = gcc cpp reno gxxint
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${GCCDIR}/cp ${GCCDIR}
|
||||
|
||||
INFO = gcc cpp 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."
|
||||
INFOENTRY_gcc= "* gcc: (gcc). The EGCS GNU C compiler."
|
||||
INFOENTRY_cpp= "* cpp: (cpp). The EGCS GNU C pre-processor."
|
||||
INFOENTRY_gxxint= "* gxxint: (gxxint). The EGCS GNU compiler family internal documentation."
|
||||
|
||||
gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \
|
||||
tm.texi
|
||||
|
||||
reno.info: reno.texi templates.texi gpcompare.texi
|
||||
gcc.info: gcc.texi invoke.texi install.texi extend.texi gcov.texi rtl.texi \
|
||||
md.texi tm.texi
|
||||
|
||||
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user