freebsd-dev/gnu/lib/libstdc++/doc/Makefile

14 lines
279 B
Makefile
Raw Normal View History

1999-04-05 08:07:41 +00:00
# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde Exp $
EGCSDIR= ${.CURDIR}/../../../../contrib/egcs
1999-04-05 08:07:41 +00:00
.PATH: ${EGCSDIR}/libio
1999-04-05 08:07:41 +00:00
INFO = iostream
1999-04-05 08:07:41 +00:00
INFOENTRY_iostream= "* iostream: (iostream). The EGCS GNU C++ I/O library."
1999-04-05 08:07:41 +00:00
MAKEINFOFLAGS+= -I ${EGCSDIR}/libio
1999-04-05 08:07:41 +00:00
.include <bsd.info.mk>