This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: gcc 2.95.1: 'make dvi' fails in g77.texi


>Craig Burley <craig@jcb-sc.com>:
>> Does this patch fix the problem?
>> [[...]]
>
>Thanks for the prompt reply.  Alas, the patch doesn't fix the problem
>-- TeXing the g77 manual still fails, though the precise TeX error is
>now different.  Here's an excerpt from the 'script' transcript (yes, I
>did apply the patch to the gcc source tree before doing this!):

Try this patch on top of the one you have.

        tq vm, (burley)


*** g77-e/gcc/f/Make-lang.in.~1~	Fri Aug 27 08:52:08 1999
--- g77-e/gcc/f/Make-lang.in	Mon Aug 30 09:18:14 1999
*************** f/g77.dvi: $(srcdir)/f/g77.texi $(srcdir
*** 246,252 ****
  # gcc/Makefile.in.
  	if [ -f lang-f77 ]; then \
! 	  TEXINPUTS=${texidir}:$(srcdir):$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
  	  texindex g77.??; \
! 	  TEXINPUTS=${texidir}:$(srcdir):$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
  	  mv g77.dvi f; \
  	else true; fi
--- 246,252 ----
  # gcc/Makefile.in.
  	if [ -f lang-f77 ]; then \
! 	  TEXINPUTS=${texidir}:$(srcdir):$(srcdir)/f:$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
  	  texindex g77.??; \
! 	  TEXINPUTS=${texidir}:$(srcdir):$(srcdir)/f:$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
  	  mv g77.dvi f; \
  	else true; fi


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