Makefile revision 31820
1# $Id: Makefile,v 1.6 1997/02/22 15:45:03 peter Exp $
2
3INFO = gcc cpp reno gxxint
4
5INFOSECTION=    "Gcc Documentation"
6INFOENTRY_gcc=  "* gcc: (gcc).			The GNU C compiler."
7INFOENTRY_cpp=  "* cpp: (cpp).			The GNU C pre-processor."
8INFOENTRY_gxxint= "* gxxint: (gxxint).		The GNU compiler family internal documentation."
9
10gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \
11	  tm.texi
12
13reno.info: reno.texi templates.texi gpcompare.texi
14
15MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
16
17.include <bsd.info.mk>
18