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

14 lines
247 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1999-04-05 08:07:41 +00:00
SRCDIR= ${.CURDIR}/../../../../contrib/egcs/libstdc++
1999-04-05 08:07:41 +00:00
.PATH: ${SRCDIR}/../libio
1999-04-05 08:07:41 +00:00
INFO = iostream
1999-04-05 08:07:41 +00:00
INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library."
1999-04-05 08:07:41 +00:00
MAKEINFOFLAGS+= -I ${SRCDIR}/../libio
1999-04-05 08:07:41 +00:00
.include <bsd.info.mk>