From 838e0a1db3f377b7f14c14d942df45f372a7325f Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 11 Feb 1999 17:37:34 +0000 Subject: [PATCH] Add Texinfo doc. --- gnu/lib/libbfd/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libbfd/Makefile b/gnu/lib/libbfd/Makefile index ec84b7be8465..d901a78094f7 100644 --- a/gnu/lib/libbfd/Makefile +++ b/gnu/lib/libbfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/02/10 17:53:50 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/02/11 17:37:34 tv Exp $ LIB= bfd @@ -46,7 +46,11 @@ CPPFLAGS+= -DHAVE_CONFIG_H -I. -I${.CURDIR} \ DPSRCS+= bfd.h elf32-target.h elf64-target.h targmatch.h CLEANFILES+= bfd.h elf32-target.h elf64-target.h targmatch.h -.PATH: ${DIST}/bfd ${DIST}/opcodes ${DIST}/libiberty ${DIST}/include +TEXINFO= bfd.texinfo +INFOFLAGS= -I${DIST}/bfd/doc + +.PATH: ${DIST}/bfd ${DIST}/opcodes ${DIST}/libiberty ${DIST}/include \ + ${DIST}/bfd/doc bfd.h: bfd-in2.h bfd-h.sed sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.h} >$@ @@ -171,6 +175,7 @@ SRCS+= cpu-vax.c vaxnetbsd.c vax-dis.c aout32.c SRCS != (for i in ${SRCS}; do echo $$i; done) | sort | uniq SELECT_VECS != (for i in ${SELECT_VECS}; do echo $$i; done) | sort | uniq +.include .include ${OBJS} ${SOBJS}: bfd.h elf32-target.h elf64-target.h