freebsd-dev/gnu/lib/libstdc++/doc/Makefile
David E. O'Brien 0292e48377 {EGCSDIR}->{SRCDIR} + associated tweaks.
This is in prepreparation of the gcc-2.95 upgrade.
1999-08-16 04:58:10 +00:00

14 lines
290 B
Makefile

# $Id: Makefile,v 1.2 1999/04/05 10:21:30 obrien Exp $
SRCDIR= ${.CURDIR}/../../../../contrib/egcs/libstdc++
.PATH: ${SRCDIR}/../libio
INFO = iostream
INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library."
MAKEINFOFLAGS+= -I ${SRCDIR}/../libio
.include <bsd.info.mk>