cee45d9aa8
are no complications involving .PATH or dependencies, so don't include it here.
18 lines
530 B
Makefile
18 lines
530 B
Makefile
# $Id: Makefile,v 1.6 1997/02/22 15:45:03 peter Exp $
|
|
|
|
INFO = gcc cpp reno 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."
|
|
|
|
gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \
|
|
tm.texi
|
|
|
|
reno.info: reno.texi templates.texi gpcompare.texi
|
|
|
|
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
|
|
|
.include <bsd.info.mk>
|