From 03856e1670ba583c9befa5790fa9f8a793ecb1bc Mon Sep 17 00:00:00 2001 From: Theodore Papadopoulo Date: Sun, 27 May 2001 19:07:17 +0200 Subject: [PATCH] Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi. * Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi. (ch/chill.dvi): Use TEXI2DVI instead of custom tex calls. Create the dvi file in the ch directory. From-SVN: r42657 --- gcc/ch/ChangeLog | 6 ++++++ gcc/ch/Make-lang.in | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 79db75bef8f..becbcd34620 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,9 @@ +2001-05-23 Theodore Papadopoulo + + * Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi. + (ch/chill.dvi): Use TEXI2DVI instead of custom tex calls. Create + the dvi file in the ch directory. + 2001-05-26 Zack Weinberg * configure: Remove obsolete file. diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index 156a742af3b..27b36b82552 100644 --- a/gcc/ch/Make-lang.in +++ b/gcc/ch/Make-lang.in @@ -106,17 +106,17 @@ CHILL.all.build: chill CHILL.all.cross: chill-cross CHILL.start.encap: chill CHILL.rest.encap: -CHILL.dvi: chill.dvi +CHILL.dvi: ch/chill.dvi CHILL.info: $(srcdir)/ch/chill.info $(srcdir)/ch/chill.info: $(srcdir)/ch/chill.texi cd $(srcdir)/ch && $(MAKEINFO) -o chill.info chill.texi -chill.dvi: $(srcdir)/ch/chill.texi - TEXINPUTS=${texidir}:$(srcdir)/ch:$(srcdir):$$TEXINPUTS tex $(srcdir)/ch/chill.texi ; \ - texindex chill.?? ; \ - TEXINPUTS=${texidir}:$(srcdir)/ch:$(srcdir)$$TEXINPUTS tex $(srcdir)/ch/chill.texi +ch/chill.dvi: $(srcdir)/ch/chill.texi + s=`cd $(srcdir); pwd`; export s; \ + cd ch && $(TEXI2DVI) $$s/ch/chill.texi + # # Install hooks: # cc1chill is installed elsewhere as part of $(COMPILERS). -- 2.30.2