From cc94f76f3da79af2b6a53f74d10e61a5fc6c8792 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 Apr 1999 10:21:30 +0000 Subject: Crap! I grabbed the wrong Makefile from the test machine. --- gnu/lib/libstdc++/doc/Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'gnu') 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 -- cgit v1.1