summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/doc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-05 10:21:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-05 10:21:30 +0000
commitbc240ae5959c4b0dd7c328b67633c62a2701ceff (patch)
treeb131c2d02f0376ae686929988f4b99b738c3a6a1 /gnu/lib/libstdc++/doc
parentbd694cebfca822ae9185edf24ad12195e65a3a6d (diff)
Notes
Diffstat (limited to 'gnu/lib/libstdc++/doc')
-rw-r--r--gnu/lib/libstdc++/doc/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/gnu/lib/libstdc++/doc/Makefile b/gnu/lib/libstdc++/doc/Makefile
index 48ecf4b05f3df..92adf1dc181a0 100644
--- a/gnu/lib/libstdc++/doc/Makefile
+++ b/gnu/lib/libstdc++/doc/Makefile
@@ -1,19 +1,13 @@
# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde Exp $
-.include "../Makefile.inc"
+EGCSDIR= ${.CURDIR}/../../../../contrib/egcs
-.PATH: ${GCCDIR}/cp ${GCCDIR}
+.PATH: ${EGCSDIR}/libio
-INFO = gcc cpp gxxint
+INFO = iostream
-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."
+INFOENTRY_iostream= "* iostream: (iostream). The EGCS GNU C++ I/O library."
-gcc.info: gcc.texi invoke.texi install.texi extend.texi gcov.texi rtl.texi \
- md.texi tm.texi
-
-MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
+MAKEINFOFLAGS+= -I ${EGCSDIR}/libio
.include <bsd.info.mk>