texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Fri Feb 18 12:52:01 EST 2005)


From: Karl Berry
Subject: texinfo update (Fri Feb 18 12:52:01 EST 2005)
Date: Fri, 18 Feb 2005 12:52:16 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.465
retrieving revision 1.466
diff -c -r1.465 -r1.466
*** ChangeLog   14 Feb 2005 00:20:27 -0000      1.465
--- ChangeLog   18 Feb 2005 17:35:34 -0000      1.466
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-02-18  Karl Berry  <address@hidden>
+ 
+       * util/texi2dvi: call absolute_filenames on BIBINPUTS and
+       BSTINPUTS, too.  te, 17 Feb 2005 20:10:23 +0100.
+ 
  2005-02-13  Karl Berry  <address@hidden>
  
        * doc/texinfo.txi (frenchspacing): new code.
Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.42
retrieving revision 1.43
diff -c -r1.42 -r1.43
*** util/texi2dvi       11 Feb 2005 13:35:14 -0000      1.42
--- util/texi2dvi       18 Feb 2005 17:35:35 -0000      1.43
***************
*** 1,6 ****
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.42 2005/02/11 13:35:14 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.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.
***************
*** 32,38 ****
  unset RUNNING_KSH
  
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.42 $'
  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.43 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.8) $rcs_version
***************
*** 537,542 ****
--- 537,546 ----
    # directory (e.g., in --clean mode, or during the macro-support detection.)
    TEXINPUTS=`absolute_filenames "$TEXINPUTS"`
    verbose "TEXINPUTS: $TEXINPUTS"
+   BIBINPUTS=`absolute_filenames "$BIBINPUTS"`
+   verbose "BIBINPUTS: $BIBINPUTS"
+   BSTINPUTS=`absolute_filenames "$BSTINPUTS"`
+   verbose "BSTINPUTS: $BSTINPUTS"
    INDEXSTYLE=`absolute_filenames "$INDEXSTYLE"`
    verbose "INDEXSTYLE: $INDEXSTYLE"
  
P ChangeLog
P util/texi2dvi


reply via email to

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