texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/util texi2html


From: Patrice Dumas
Subject: texinfo/util texi2html
Date: Fri, 17 Feb 2012 01:10:09 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/02/17 01:10:09

Modified files:
        util           : texi2html 

Log message:
        Correct a silly typo.  Thanks Karl!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2html?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: texi2html
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- texi2html   25 Jan 2012 20:16:48 -0000      1.1
+++ texi2html   17 Feb 2012 01:10:09 -0000      1.2
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id: texi2html,v 1.1 2012/01/25 20:16:48 pertusus Exp $
+# $Id: texi2html,v 1.2 2012/02/17 01:10:09 pertusus Exp $
 # Copyright 2012 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
@@ -19,5 +19,5 @@
 # split indices anymore.  Command line processing and options have also 
 # somehow changed, and the customization API is new.
 #
-exec texi2any --set-init-variable TEXTCONTENT=1 "$@"
+exec texi2any --set-init-variable TEXI2HTML=1 "$@"
 



reply via email to

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