summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-05 10:21:30 +0000
committerobrien <obrien@FreeBSD.org>1999-04-05 10:21:30 +0000
commitcc94f76f3da79af2b6a53f74d10e61a5fc6c8792 (patch)
treed45262074982a5176cd71eef8c6bc6f8adee1fea /gnu
parentcc69e950c04d56f16071c3beafe07bb20b01a2f4 (diff)
downloadFreeBSD-src-cc94f76f3da79af2b6a53f74d10e61a5fc6c8792.zip
FreeBSD-src-cc94f76f3da79af2b6a53f74d10e61a5fc6c8792.tar.gz
Crap! I grabbed the wrong Makefile from the test machine.
Diffstat (limited to 'gnu')
-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 48ecf4b..92adf1d 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>
OpenPOWER on IntegriCloud