OSDN Git Service

(TEXI2DVI): New variable.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 1993 13:26:26 +0000 (13:26 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 1993 13:26:26 +0000 (13:26 +0000)
(cpp.dvi, gcc.dvi): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4355 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 085c46a..b0abba2 100644 (file)
@@ -64,6 +64,7 @@ INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL)
 SYMLINK = ln -s
 MAKEINFO = makeinfo
+TEXI2DVI = texi2dvi
 
 # Define this as & to perform parallel make on a Sequent.
 # Note that this has some bugs, and it seems currently necessary 
@@ -1395,9 +1396,11 @@ $(srcdir)/gcc.info: gcc.texi extend.texi install.texi invoke.texi \
 # This works with GNU Make's default rule.
 $(srcdir)/gcc.dvi: gcc.texi extend.texi install.texi invoke.texi \
                md.texi rtl.texi tm.texi 
+       $(TEXI2DVI) $<
 
 # This works with GNU Make's default rule.
 $(srcdir)/cpp.dvi: cpp.texi
+       $(TEXI2DVI) $<
 
 $(srcdir)/INSTALL: install1.texi install.texi
        $(MAKEINFO) -D INSTALLONLY --no-header `echo $(srcdir)/install1.texi | sed 's,^\./,,'`