freebsd-dev/gnu/usr.bin/cc/doc/Makefile
David E. O'Brien b08a091980 Purely cosmetic cleanups.
- Id tag layout wrong.
 - "FOO =" -> "FOO=".
 - 4 space indention on continuation lines rather than a <tab>

Basic idea checked by:	bde
1999-08-16 04:10:48 +00:00

20 lines
557 B
Makefile

# $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>