aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/doc/Makefile
blob: 0b378ad2a6afece8cd80215fb87ee1e8acf11ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile,v 1.3.2.1 1997/04/11 16:58:17 asami 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>