aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>2001-05-27 19:07:17 +0200
committerDJ Delorie <dj@gcc.gnu.org>2001-05-27 13:07:17 -0400
commit03856e1670ba583c9befa5790fa9f8a793ecb1bc (patch)
treef8145fd7469943e248b4ca5ca62df62903c16cbe
parent04956a1a78743cb0dfe9fafd2ba413d503cf57b1 (diff)
downloadgcc-03856e1670ba583c9befa5790fa9f8a793ecb1bc.zip
gcc-03856e1670ba583c9befa5790fa9f8a793ecb1bc.tar.gz
gcc-03856e1670ba583c9befa5790fa9f8a793ecb1bc.tar.bz2
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
-rw-r--r--gcc/ch/ChangeLog6
-rw-r--r--gcc/ch/Make-lang.in10
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index 79db75b..becbcd3 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-23 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+
+ * 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 <zackw@stanford.edu>
* configure: Remove obsolete file.
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index 156a742..27b36b82 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).