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
fa8e1794b5
commit
2549292b15
@ -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"
|
INFOSECTION= "Gcc Documentation"
|
||||||
INFOENTRY_gcc= "* gcc: (gcc). The GNU C compiler."
|
INFOENTRY_gcc= "* gcc: (gcc). The EGCS GNU C compiler."
|
||||||
INFOENTRY_cpp= "* cpp: (cpp). The GNU C pre-processor."
|
INFOENTRY_cpp= "* cpp: (cpp). The EGCS GNU C pre-processor."
|
||||||
INFOENTRY_gxxint= "* gxxint: (gxxint). The GNU compiler family internal documentation."
|
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 \
|
gcc.info: gcc.texi invoke.texi install.texi extend.texi gcov.texi rtl.texi \
|
||||||
tm.texi
|
md.texi tm.texi
|
||||||
|
|
||||||
reno.info: reno.texi templates.texi gpcompare.texi
|
|
||||||
|
|
||||||
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user