Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib build & install info documentation.
details: https://anonhg.NetBSD.org/src/rev/f4f4199a7e73
branches: trunk
changeset: 513982:f4f4199a7e73
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Aug 19 14:19:38 2001 +0000
description:
build & install info documentation.
diffstat:
gnu/lib/libbfd/Makefile | 8 ++++++--
gnu/lib/libstdc++/Makefile | 5 ++++-
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r 2f15364108c1 -r f4f4199a7e73 gnu/lib/libbfd/Makefile
--- a/gnu/lib/libbfd/Makefile Sun Aug 19 14:18:39 2001 +0000
+++ b/gnu/lib/libbfd/Makefile Sun Aug 19 14:19:38 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/08/07 03:28:07 tv Exp $
+# $NetBSD: Makefile,v 1.22 2001/08/19 14:19:38 mrg Exp $
LIB= bfd
@@ -28,9 +28,13 @@
DPSRCS+= elf32-target.h elf64-target.h targmatch.h
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h
-.PATH: ${DIST}/bfd ${DIST}/opcodes
+TEXINFO= bfd.texinfo
+INFOFLAGS= -I${DIST}/bfd/doc
+
+.PATH: ${DIST}/bfd ${DIST}/opcodes ${DIST}/bfd/doc
.include <bsd.lib.mk>
+.include <bsd.info.mk>
${OBJS} ${SOBJS}: elf32-target.h elf64-target.h
targets.o targets.so: targmatch.h Makefile
diff -r 2f15364108c1 -r f4f4199a7e73 gnu/lib/libstdc++/Makefile
--- a/gnu/lib/libstdc++/Makefile Sun Aug 19 14:18:39 2001 +0000
+++ b/gnu/lib/libstdc++/Makefile Sun Aug 19 14:19:38 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/08/10 11:57:48 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2001/08/19 14:19:38 mrg Exp $
.include <bsd.own.mk>
@@ -35,6 +35,8 @@
CXXFLAGS+= ${G_XCXXFLAGS:M-f*}
+TEXINFO= iostream.texi
+
.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio ${DIST}/libiberty
.for t in C
@@ -67,6 +69,7 @@
.include <bsd.lib.mk>
.include <bsd.subdir.mk>
+.include <bsd.info.mk>
${OBJS}: ${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk
Home |
Main Index |
Thread Index |
Old Index