texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Jan 27 20:52:01 EST 2005)


From: Karl Berry
Subject: texinfo update (Thu Jan 27 20:52:01 EST 2005)
Date: Thu, 27 Jan 2005 20:52:14 -0500

Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.38
retrieving revision 1.39
diff -c -r1.38 -r1.39
*** util/texi2dvi       24 Jan 2005 00:33:06 -0000      1.38
--- util/texi2dvi       28 Jan 2005 01:52:04 -0000      1.39
***************
*** 1,6 ****
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.38 2005/01/24 00:33:06 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.39 2005/01/28 01:52:04 karl Exp $
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
  # 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
***************
*** 26,38 ****
  # If possible, please send a copy of the output of the script called with
  # the `--debug' option when making a bug report.
  
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.38 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.8) $rcs_version
  
! Copyright (C) 2004 Free Software Foundation, Inc.
  There is NO warranty.  You may redistribute this software
  under the terms of the GNU General Public License.
  For more information about these matters, see the files named COPYING."
--- 26,43 ----
  # If possible, please send a copy of the output of the script called with
  # the `--debug' option when making a bug report.
  
+ test -f /bin/ksh && test -z "$RUNNING_KSH" \
+   && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
+   && { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/ksh $0 ${1+"$@"}; }
+ unset RUNNING_KSH
+ 
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.39 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.8) $rcs_version
  
! Copyright (C) 2005 Free Software Foundation, Inc.
  There is NO warranty.  You may redistribute this software
  under the terms of the GNU General Public License.
  For more information about these matters, see the files named COPYING."
***************
*** 613,619 ****
    # If this is a Texinfo file with a specified input encoding, and
    # recode is available, then recode to plain 7 bit Texinfo.
    if test $language = texinfo; then
!     pgm='s/\(^\|.* \)@documentencoding  *\([^ ][^ ]*\)\( .*\|$\)/\2/
        t found
        d
        :found
--- 618,624 ----
    # If this is a Texinfo file with a specified input encoding, and
    # recode is available, then recode to plain 7 bit Texinfo.
    if test $language = texinfo; then
!     pgm='s/^ address@hidden  *\([^ ][^ ]*\) *$/\1/
        t found
        d
        :found
Index: util/texi2pdf
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2pdf,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** util/texi2pdf       11 Jul 2004 01:02:35 -0000      1.1
--- util/texi2pdf       28 Jan 2005 01:52:04 -0000      1.2
***************
*** 1,12 ****
  #!/bin/sh
! # $Id: texi2pdf,v 1.1 2004/07/11 01:02:35 karl Exp $
  # Written by Thomas Esser.  Public domain.
  # Execute texi2dvi --pdf.
  
! test -f /bin/sh5 && test -z "$RUNNING_SH5" \
    && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
!   && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; }
! unset RUNNING_SH5
  
  test -f /bin/bsh && test -z "$RUNNING_BSH" \
    && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \
--- 1,12 ----
  #!/bin/sh
! # $Id: texi2pdf,v 1.2 2005/01/28 01:52:04 karl Exp $
  # Written by Thomas Esser.  Public domain.
  # Execute texi2dvi --pdf.
  
! test -f /bin/ksh && test -z "$RUNNING_KSH" \
    && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
!   && { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/ksh $0 ${1+"$@"}; }
! unset RUNNING_KSH
  
  test -f /bin/bsh && test -z "$RUNNING_BSH" \
    && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \
P util/texi2dvi
P util/texi2pdf


reply via email to

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