texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sat Feb 19 09:52:01 EST 2005)


From: Karl Berry
Subject: texinfo update (Sat Feb 19 09:52:01 EST 2005)
Date: Sat, 19 Feb 2005 09:52:18 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.466
retrieving revision 1.467
diff -c -r1.466 -r1.467
*** ChangeLog   18 Feb 2005 17:35:34 -0000      1.466
--- ChangeLog   19 Feb 2005 14:39:18 -0000      1.467
***************
*** 1,3 ****
--- 1,9 ----
+ 2005-02-19  Karl Berry  <address@hidden>
+ 
+       * util/texi2dvi: do not have -o (used by Autoconf/make) imply
+       --clean.  That results in TeX always running at least twice, since
+       the aux files are stuck (and removed) in the temp directory for clean.
+ 
  2005-02-18  Karl Berry  <address@hidden>
  
        * util/texi2dvi: call absolute_filenames on BIBINPUTS and
Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.43
retrieving revision 1.44
diff -c -r1.43 -r1.44
*** util/texi2dvi       18 Feb 2005 17:35:35 -0000      1.43
--- util/texi2dvi       19 Feb 2005 14:39:18 -0000      1.44
***************
*** 1,6 ****
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.43 2005/02/18 17:35:35 karl Exp $
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
  # 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
--- 1,6 ----
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.44 2005/02/19 14:39:18 karl Exp $
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
  # 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
***************
*** 32,38 ****
  unset RUNNING_KSH
  
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.43 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.8) $rcs_version
--- 32,38 ----
  unset RUNNING_KSH
  
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.44 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.8) $rcs_version
***************
*** 222,228 ****
      -l | --l*) shift; set_language=$1;;
      -o | --o*)
        shift
!       clean=t
        case "$1" in
          /* | ?:/*) oname=$1;;
                  *) oname="$orig_pwd/$1";;
--- 222,228 ----
      -l | --l*) shift; set_language=$1;;
      -o | --o*)
        shift
!       # just in case we also have --clean, or whatever.
        case "$1" in
          /* | ?:/*) oname=$1;;
                  *) oname="$orig_pwd/$1";;
P ChangeLog
P util/texi2dvi


reply via email to

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