1997-12-17 14:57:35 -05:00
|
|
|
# $Id: Makefile,v 1.6 1997/02/22 15:45:03 peter Exp $
|
1996-09-19 11:53:53 -04:00
|
|
|
|
1995-01-22 16:54:49 -05:00
|
|
|
INFO = gcc cpp reno gxxint
|
|
|
|
|
|
1997-01-10 21:59:52 -05:00
|
|
|
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."
|
|
|
|
|
|
1995-07-12 14:57:21 -04:00
|
|
|
gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \
|
|
|
|
|
tm.texi
|
|
|
|
|
|
|
|
|
|
reno.info: reno.texi templates.texi gpcompare.texi
|
|
|
|
|
|
1996-09-19 11:53:53 -04:00
|
|
|
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
|
|
|
|
|
1995-01-22 16:54:49 -05:00
|
|
|
.include <bsd.info.mk>
|