freebsd-dev/gnu/usr.bin/cc/doc/Makefile
Bruce Evans cee45d9aa8 <bsd.prog.mk> has included ../Makefile.inc for a long time, and there
are no complications involving .PATH or dependencies, so don't include
it here.
1997-12-17 19:57:35 +00:00

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>