1999-08-16 04:10:48 +00:00
|
|
|
# $Id: Makefile,v 1.8 1999/04/05 07:10:13 obrien Exp $
|
1996-09-19 15:53:53 +00:00
|
|
|
|
1999-04-05 07:10:13 +00:00
|
|
|
.include "../Makefile.inc"
|
1995-01-22 21:54:49 +00:00
|
|
|
|
1999-04-05 07:10:13 +00:00
|
|
|
.PATH: ${GCCDIR}/cp ${GCCDIR}
|
|
|
|
|
1999-08-16 04:10:48 +00:00
|
|
|
INFO= gcc cpp gxxint
|
1997-01-11 02:59:52 +00:00
|
|
|
|
1999-04-05 07:10:13 +00:00
|
|
|
INFOSECTION= "Gcc 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."
|
1995-07-12 18:57:21 +00:00
|
|
|
|
1999-04-05 07:10:13 +00:00
|
|
|
gcc.info: gcc.texi invoke.texi install.texi extend.texi gcov.texi rtl.texi \
|
|
|
|
md.texi tm.texi
|
1995-07-12 18:57:21 +00:00
|
|
|
|
1996-09-19 15:53:53 +00:00
|
|
|
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
|
|
|
|
1995-01-22 21:54:49 +00:00
|
|
|
.include <bsd.info.mk>
|