blob: 2790321f4d17c0cc6b3b574ba85c2ea26e036f37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD$
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>
|