texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Sun Feb 17 20:23:01 EST 2008)


From: Karl Berry
Subject: texinfo update (Sun Feb 17 20:23:01 EST 2008)
Date: Sun, 17 Feb 2008 20:23:04 -0500

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -r1.821 -r1.822
--- ChangeLog   18 Feb 2008 00:15:27 -0000      1.821
+++ ChangeLog   18 Feb 2008 01:05:59 -0000      1.822
@@ -1,5 +1,7 @@
 2008-02-17  Karl Berry  <address@hidden>
 
+       * util/texi2dvi (EGREP): need egrep early.
+
        * util/texi2dvi: path_sep is : on djgpp too.  From Eli Z.
 
        * makeinfo/makeinfo.c: typos in comments.
Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- util/texi2dvi       18 Feb 2008 00:15:28 -0000      1.109
+++ util/texi2dvi       18 Feb 2008 01:05:59 -0000      1.110
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.109 2008/02/18 00:15:28 karl Exp $
+# $Id: texi2dvi,v 1.110 2008/02/18 01:05:59 karl Exp $
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -33,7 +33,7 @@
 set -e
 
 # This string is expanded by rcs automatically when this file is checked out.
-rcs_revision='$Revision: 1.109 $'
+rcs_revision='$Revision: 1.110 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 version="texi2dvi (GNU Texinfo 4.11) $rcs_version
@@ -174,6 +174,9 @@
 '
 IFS="  $newline"
 
+# In case someone crazy insists on using grep -E.
+: ${EGREP=egrep}
+
 # Systems which define $COMSPEC or $ComSpec use semicolons to separate
 # directories in TEXINPUTS -- except for Cygwin et al., where COMSPEC
 # might be inherited, but : is used.
@@ -187,10 +190,6 @@
 # Pacify verbose cds.
 CDPATH=${ZSH_VERSION+.}$path_sep
 
-# In case someone crazy insists on using grep -E.
-: ${EGREP=egrep}
-
-
 ## --------------------- ##
 ## Auxiliary functions.  ##
 ## --------------------- ##
P ChangeLog
P util/texi2dvi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]