]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
authorDJ Delorie <dj@redhat.com>
Mon, 14 May 2001 16:55:23 +0000 (16:55 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 14 May 2001 16:55:23 +0000 (16:55 +0000)
* Makefile.in: Ditto.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 8be1c30dcb5179de251062346f34d2ffe86f74ab..60195f3c6538caf859d18e5816c0451418e5287f 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-14  DJ Delorie  <dj@delorie.com>
+
+       * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
+       * Makefile.in: Ditto.
+
 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
 
        * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
index 58ae7a63e6bb551d5cb2285bc6e98228f751bd9e..78661108f478766aa315250336858eb49b2c4d9b 100644 (file)
@@ -921,7 +921,7 @@ ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
 
 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
        TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
-         MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) $(srcdir)/ld.texinfo
+         MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
 
 # Build the man page from the texinfo file
 # The sed command removes the no-adjust Nroff command so that
index 8f0af942dce6b2410f8b1d0765e24a6b5c083f88..88f076a394b00bcc043d03f97a73cda081e72cce 100644 (file)
@@ -1624,7 +1624,7 @@ ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
 
 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
        TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
-         MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) $(srcdir)/ld.texinfo
+         MAKEINFO="$(MAKEINFO) -I $(srcdir) -I $(BFDDIR)/doc" $(TEXI2DVI) -I $(BFDDIR)/doc $(srcdir)/ld.texinfo
 
 # Build the man page from the texinfo file
 # The sed command removes the no-adjust Nroff command so that