This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem finding bfdsumm.texi in 2.11



> ! I can't find file `bfdsumm.texi'.

Try this, and let me know if it fixes your problem.

2001-05-14  DJ Delorie  <dj@delorie.com>

	* Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
	* Makefile.in: Ditto.

Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.58
diff -p -3 -r1.58 Makefile.am
*** Makefile.am	2001/05/02 18:14:30	1.58
--- Makefile.am	2001/05/14 15:36:37
*************** ld.info: $(srcdir)/ld.texinfo configdoc.
*** 921,927 ****
  
  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
  
  # Build the man page from the texinfo file
  # The sed command removes the no-adjust Nroff command so that
--- 921,927 ----
  
  ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
  	TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
! 	  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: Makefile.in
===================================================================
RCS file: /cvs/src/src/ld/Makefile.in,v
retrieving revision 1.64
diff -p -3 -r1.64 Makefile.in
*** Makefile.in	2001/05/02 18:14:30	1.64
--- Makefile.in	2001/05/14 15:36:38
*************** ld.info: $(srcdir)/ld.texinfo configdoc.
*** 1624,1630 ****
  
  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
  
  # Build the man page from the texinfo file
  # The sed command removes the no-adjust Nroff command so that
--- 1624,1630 ----
  
  ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
  	TEXINPUTS=$(top_srcdir)/../texinfo:$$TEXINPUTS \
! 	  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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]