Add iostream Info docs.

This commit is contained in:
David E. O'Brien 1999-04-05 08:07:41 +00:00
parent 940b0c98ca
commit 17673af376
2 changed files with 21 additions and 0 deletions

View File

@ -6,6 +6,8 @@ EGCSDIR= ${.CURDIR}/../../../contrib/egcs
.PATH: ${EGCSDIR}/libstdc++ ${EGCSDIR}/libstdc++/stl ${EGCSDIR}/libio
SUBDIR= doc
LIB= stdc++
SHLIB_MAJOR= 3
SHLIB_MINOR= 0

View File

@ -0,0 +1,19 @@
# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde 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>