mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
* Makefile.in: Ditto.
This commit is contained in:
@ -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>
|
2001-05-11 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
|
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
|
||||||
|
@ -921,7 +921,7 @@ ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
|||||||
|
|
||||||
ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
||||||
TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
|
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
|
# Build the man page from the texinfo file
|
||||||
# The sed command removes the no-adjust Nroff command so that
|
# The sed command removes the no-adjust Nroff command so that
|
||||||
|
@ -1624,7 +1624,7 @@ ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
|||||||
|
|
||||||
ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
|
||||||
TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
|
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
|
# Build the man page from the texinfo file
|
||||||
# The sed command removes the no-adjust Nroff command so that
|
# The sed command removes the no-adjust Nroff command so that
|
||||||
|
Reference in New Issue
Block a user