texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog util/texi2dvi


From: Akim Demaille
Subject: texinfo ChangeLog util/texi2dvi
Date: Wed, 15 Apr 2009 14:57:59 +0000

CVSROOT:        /cvsroot/texinfo
Module name:    texinfo
Changes by:     Akim Demaille <akim>    09/04/15 14:57:59

Modified files:
        .              : ChangeLog 
        util           : texi2dvi 

Log message:
        texi2dvi: fix comments.
        * bin/texi2dvi: here.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1002&r2=1.1003
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.147&r2=1.148

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -b -r1.1002 -r1.1003
--- ChangeLog   15 Apr 2009 14:55:49 -0000      1.1002
+++ ChangeLog   15 Apr 2009 14:57:58 -0000      1.1003
@@ -1,5 +1,10 @@
 2009-04-15  Akim Demaille  <address@hidden>
 
+       texi2dvi: fix comments.
+       * bin/texi2dvi: here.
+
+2009-04-15  Akim Demaille  <address@hidden>
+
        texi2dvi: simplify move_to_dest.
        * bin/texi2dvi (move_to_dest): Exit immediately if there is
        nothing to do.

Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -b -r1.147 -r1.148
--- util/texi2dvi       15 Apr 2009 14:55:50 -0000      1.147
+++ util/texi2dvi       15 Apr 2009 14:57:59 -0000      1.148
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.147 2009/04/15 14:55:50 akim Exp $
+# $Id: texi2dvi,v 1.148 2009/04/15 14:57:59 akim Exp $
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
 # 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -33,7 +33,7 @@
 set -e
 
 # This string is expanded automatically when this file is checked out.
-rcs_revision='$Revision: 1.147 $'
+rcs_revision='$Revision: 1.148 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 
@@ -698,7 +698,7 @@
 
 # aux_file_p FILE
 # ---------------
-# Return with success with FILE is an aux file.
+# Return with success if FILE is an aux file.
 aux_file_p ()
 {
   test -f "$1" || return 1
@@ -710,7 +710,7 @@
 
 # bibaux_file_p FILE
 # ------------------
-# Return with success with FILE is an aux file containing citation
+# Return with success if FILE is an aux file containing citation
 # requests.
 bibaux_file_p ()
 {
@@ -730,7 +730,7 @@
 
 # index_file_p FILE
 # -----------------
-# Return with success with FILE is an index file.
+# Return with success if FILE is an index file.
 # When index.sty is used, there is a space before the brace.
 index_file_p ()
 {




reply via email to

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