summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/doc/Makefile
blob: b3b88b69c8915f1c2812e1478a43e8ff02115584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$Id: Makefile,v 1.8 1999/04/05 07:10:13 obrien Exp $

.include "../Makefile.inc"

.PATH: ${GCCDIR}/cp ${GCCDIR}

INFO=	gcc cpp gxxint

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."

gcc.info: gcc.texi invoke.texi install.texi extend.texi gcov.texi rtl.texi \
	  md.texi tm.texi

MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp

.include <bsd.info.mk>
OpenPOWER on IntegriCloud