freebsd-dev/gnu/usr.bin/cc/doc/Makefile

20 lines
514 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
.include "../Makefile.inc"
1995-01-22 21:54:49 +00:00
.PATH: ${GCCDIR}/cp ${GCCDIR}
INFO= gcc cpp gxxint
1997-01-11 02:59:52 +00:00
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
1995-01-22 21:54:49 +00:00
.include <bsd.info.mk>