texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog util/texi2dvi


From: Karl Berry
Subject: texinfo ChangeLog util/texi2dvi
Date: Tue, 09 Feb 2010 18:37:08 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/02/09 18:37:08

Modified files:
        .              : ChangeLog 
        util           : texi2dvi 

Log message:
        only run tex4ht for html output

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1023&r2=1.1024
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.156&r2=1.157

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -u -b -r1.1023 -r1.1024
--- ChangeLog   7 Feb 2010 00:18:44 -0000       1.1023
+++ ChangeLog   9 Feb 2010 18:37:07 -0000       1.1024
@@ -1,3 +1,8 @@
+2010-02-09  Karl Berry  <address@hidden>
+
+       * util/texi2dvi (run_tex4ht): only run tex4ht if we're outputting
+       HTML.  Report from Wybo Dekker, 08 Feb 2010 11:53:58.
+
 2010-02-06  Karl Berry  <address@hidden>
 
        * util/texi2dvi (run_bibtex): ensure output from all greps

Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- util/texi2dvi       7 Feb 2010 00:18:44 -0000       1.156
+++ util/texi2dvi       9 Feb 2010 18:37:08 -0000       1.157
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.156 2010/02/07 00:18:44 karl Exp $
+# $Id: texi2dvi,v 1.157 2010/02/09 18:37:08 karl 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.156 $'
+rcs_revision='$Revision: 1.157 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 
@@ -1153,7 +1153,7 @@
 run_tex4ht ()
 {
   case $in_lang:$latex2html:`out_lang_tex` in
-    latex:*:dvi|latex:tex4ht:html)
+    latex:tex4ht:html)
       : ${TEX4HT=tex4ht} ${T4HT=t4ht}
       run "$TEX4HT" "-f/$in_noext"
       # Do not remove the / after the destdir.




reply via email to

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