changeset 2519:6914eab16f0b

[project @ 1996-11-14 20:48:14 by jwe]
author jwe
date Thu, 14 Nov 1996 20:49:23 +0000
parents 64de62e8e73d
children a034dcdbc282
files octMakefile.in texi2dvi
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/octMakefile.in	Thu Nov 14 20:42:37 1996 +0000
+++ b/octMakefile.in	Thu Nov 14 20:49:23 1996 +0000
@@ -26,7 +26,7 @@
 	BUGS COPYING INSTALL INSTALL.OCTAVE NEWS NEWS.[0-9] PROJECTS \
 	README README.NLP ROADMAP SENDING-PATCHES THANKS move-if-change \
 	octave.sh octave-bug.in doinstall.sh mkinstalldirs mkoctfile.in \
-	INFO.PATCH MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] 
+	texi2dvi INFO.PATCH MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] 
 
 # Complete directory trees to distribute.
 DISTDIRS = emacs glob kpathsea make # plplot
--- a/texi2dvi	Thu Nov 14 20:42:37 1996 +0000
+++ b/texi2dvi	Thu Nov 14 20:49:23 1996 +0000
@@ -3,7 +3,7 @@
 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 
-# $Id: texi2dvi,v 1.1 1996-11-14 20:42:03 jwe Exp $
+# $Id: texi2dvi,v 1.2 1996-11-14 20:48:14 jwe Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@
 progname=`echo "$0" | sed -e 's/[^\/]*\///g'`
 
 # This string is expanded by rcs automatically when this file is checked out.
-rcs_revision='$Revision: 1.1 $'
+rcs_revision='$Revision: 1.2 $'
 version=`set - $rcs_revision; echo $2`
 
 # To prevent hairy quoting and escaping later.
@@ -179,7 +179,7 @@
   # else.  `.' goes first to ensure that any old .aux, .cps, etc. files in
   # ${directory} don't get used in preference to fresher files in `.'.
   TEXINPUTS=".:${directory}:${TEXINPUTS_orig}"
-  makeinfo_inputs="-I `echo $TEXINPUTS | sed 's,:, -I ,g'`"
+  makeinfo_inputs="-I`echo $TEXINPUTS | sed 's,:, -I,g'`"
 
   # Expand macro commands in the original source file using Makeinfo;
   #   the macro syntax bfox implemented is impossible to implement in TeX.
@@ -188,8 +188,8 @@
   # Discard main info output, the user asked to run TeX, not makeinfo.
   # Redirect output to /dev/null to throw away `Making info file...' msg.
   $verbose "Macro-expanding $command_line_filename to $filename_tmp ..."
-  $makeinfo --footnote-style=end -E $filename_tmp -o /dev/null \
-    $command_line_filename >/dev/null
+  $makeinfo $makeinfo_inputs --footnote-style=end -E $filename_tmp \
+    -o /dev/null $command_line_filename >/dev/null
 
   # But if there were no macros, or makeinfo failed for some reason,
   # just use the original file.  (It shouldn't make any difference, but
@@ -333,7 +333,10 @@
 
 # texi2dvi ends here
 # $Log: texi2dvi,v $
-# Revision 1.1  1996-11-14 20:42:03  jwe
+# Revision 1.2  1996-11-14 20:48:14  jwe
+# *** empty log message ***
+#
+# Revision 1.1  1996/11/14 20:42:03  jwe
 # *** empty log message ***
 #
 # Revision 1.10  1996/10/04 18:21:55  karl