freebsd-dev/gnu/lib/libstdc++/doc/Makefile
David E. O'Brien 243821529c Stop my evil plot to stop the use of GNU info files (which I don't care for)
for people that don't have "NOINFO=yes" in /etc/make.conf.
[read: this still refered to contrib/egcs/]
2000-01-03 17:40:47 +00:00

14 lines
242 B
Makefile

# $FreeBSD$
SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++
.PATH: ${SRCDIR}/../libio
INFO = iostream
INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library."
MAKEINFOFLAGS+= -I ${SRCDIR}/../libio
.include <bsd.info.mk>