Add iostream Info docs.
This commit is contained in:
parent
940b0c98ca
commit
17673af376
@ -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
|
||||
|
19
gnu/lib/libstdc++/doc/Makefile
Normal file
19
gnu/lib/libstdc++/doc/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user