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: Sat, 27 Aug 2011 00:04:02 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/08/27 00:04:02

Modified files:
        .              : ChangeLog 
        util           : texi2dvi 

Log message:
        help msg, set $DVIPS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1247&r2=1.1248
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.164&r2=1.165

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1247
retrieving revision 1.1248
diff -u -b -r1.1247 -r1.1248
--- ChangeLog   16 Aug 2011 15:38:54 -0000      1.1247
+++ ChangeLog   27 Aug 2011 00:04:02 -0000      1.1248
@@ -1,3 +1,9 @@
+2011-08-26  Karl Berry  <address@hidden>
+
+       * util/texi2dvi (usage): we currently generate .ps with --ps,
+       not .pdf.  Other wording tweaks.
+       (run_tex_suite): missed $ in setting DVIPS by default.
+
 2011-08-14  Karl Berry  <address@hidden>
 
        * doc/texinfo.tex (\cartouche): restore \parskip glue if following

Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -b -r1.164 -r1.165
--- util/texi2dvi       29 May 2011 14:18:46 -0000      1.164
+++ util/texi2dvi       27 Aug 2011 00:04:02 -0000      1.165
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.164 2011/05/29 14:18:46 karl Exp $
+# $Id: texi2dvi,v 1.165 2011/08/27 00:04:02 karl Exp $
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
 # 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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.164 $'
+rcs_revision='$Revision: 1.165 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 
@@ -343,10 +343,10 @@
 Output format:
       --dvi     output a DVI file [default]
       --dvipdf  output a PDF file via DVI (using dvipdf)
-      --html    output an HTML file.  Use HeVeA for LaTeX files
-      --info    output an Info file.  Use HeVeA for LaTeX files
+      --html    output an HTML file; run HeVeA for LaTeX files
+      --info    output an Info file; run HeVeA for LaTeX files
   -p, --pdf     use pdftex or pdflatex for processing
-      --ps      output a PDF file via DVI (using dvips)
+      --ps      output a PostScript file via DVI (using dvips)
       --text    output a plain text file.  Use HeVeA for LaTeX files
 
 Build modes:
@@ -1267,7 +1267,7 @@
       move_to_dest "$in_noext.`out_lang_ext`"
       ;;
     *:ps)
-      : {DVIPS=dvips}
+      : ${DVIPS:=dvips}
       $DVIPS -o "$in_noext.`out_lang_ext`" "$in_noext.`out_lang_tex`"
       move_to_dest "$in_noext.`out_lang_ext`"
       ;;



reply via email to

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