[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Thu Apr 21 10:22:01 EDT 2005)
From: |
Karl Berry |
Subject: |
texinfo update (Thu Apr 21 10:22:01 EDT 2005) |
Date: |
Thu, 21 Apr 2005 10:22:07 -0400 |
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.491
retrieving revision 1.492
diff -c -r1.491 -r1.492
*** ChangeLog 18 Apr 2005 13:14:45 -0000 1.491
--- ChangeLog 21 Apr 2005 13:52:40 -0000 1.492
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-04-21 Karl Berry <address@hidden>
+
+ * util/texi2dvi: also accept .drv and .dtx as LaTeX.
+ Suggestion from Wybo Dekker.
+
2005-04-18 Karl Berry <address@hidden>
* doc/texinfo.tex (\smallerbook): new (test) definition for 6x9,
Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.48
retrieving revision 1.49
diff -c -r1.48 -r1.49
*** util/texi2dvi 7 Mar 2005 16:57:54 -0000 1.48
--- util/texi2dvi 21 Apr 2005 13:52:40 -0000 1.49
***************
*** 1,6 ****
#! /bin/sh
# texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.48 2005/03/07 16:57:54 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.49 2005/04/21 13:52:40 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.48 $'
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.49 $'
rcs_version=`set - $rcs_revision; echo $2`
program=`echo $0 | sed -e 's!.*/!!'`
version="texi2dvi (GNU Texinfo 4.8) $rcs_version
***************
*** 566,572 ****
# Get the type of the file (latex or texinfo) from the given language
# we just guessed, or from the file extension if not set yet.
case ${language:-$filename_ext} in
! [lL]a[tT]e[xX] | *.ltx | *.tex)
# Assume a LaTeX file. LaTeX needs bibtex and uses latex for
# compilation. No makeinfo.
language=latex
--- 566,572 ----
# Get the type of the file (latex or texinfo) from the given language
# we just guessed, or from the file extension if not set yet.
case ${language:-$filename_ext} in
! [lL]a[tT]e[xX] | *.ltx | *.tex | *.drv | *.dtx)
# Assume a LaTeX file. LaTeX needs bibtex and uses latex for
# compilation. No makeinfo.
language=latex
P ChangeLog
P util/texi2dvi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Thu Apr 21 10:22:01 EDT 2005),
Karl Berry <=