blob: 2826535db62ab8724ac314b36274353791fdb889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $Id: Makefile,v 1.3 1996/09/19 15:47:47 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
.include "../Makefile.inc"
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
.include <bsd.info.mk>
|