diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-10-04 08:43:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-04 08:43:37 +0000 |
| commit | 73456abd78958b3e0350c006331a37d0cf5a0268 (patch) | |
| tree | 27de0e08b5a57c0c9e2970584ff08feb6e0bd33f /gnu/lib/libg++/doc | |
| parent | 3c4c579d136840d92de18b04059a858449d2104f (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++/doc')
| -rw-r--r-- | gnu/lib/libg++/doc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/lib/libg++/doc/Makefile b/gnu/lib/libg++/doc/Makefile new file mode 100644 index 000000000000..c3a584c4db01 --- /dev/null +++ b/gnu/lib/libg++/doc/Makefile @@ -0,0 +1,14 @@ +# $Id$ + +INFO = g++FAQ libg++ iostream + +.PATH: ${.CURDIR}/../../../../contrib/libg++/libg++ +.PATH: ${.CURDIR}/../../../../contrib/libg++/libio + +# HACK ALERT! +CLEANFILES+= lgpl.texinfo +libg++.info: lgpl.texinfo +lgpl.texinfo: + echo "See the file: /usr/src/gnu/COPYING.LIB" > lgpl.texinfo + +.include <bsd.info.mk> |
