aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-05-14 16:55:23 +0000
committerDJ Delorie <dj@redhat.com>2001-05-14 16:55:23 +0000
commit02649152ccfe6ca5792be2574a1ba5f8e2152c19 (patch)
treea34f64f64201d356c2c4fbcace545254089de27c /ld
parent1dd1751e96170e8faa8f3ac8cdb8325c4b961707 (diff)
downloadfsf-binutils-gdb-02649152ccfe6ca5792be2574a1ba5f8e2152c19.zip
fsf-binutils-gdb-02649152ccfe6ca5792be2574a1ba5f8e2152c19.tar.gz
fsf-binutils-gdb-02649152ccfe6ca5792be2574a1ba5f8e2152c19.tar.bz2
* Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
* Makefile.in: Ditto.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8be1c30..60195f3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 58ae7a6..7866110 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -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
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 8f0af94..88f076a 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -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