texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html README texi2html.pl


From: Karl Berry
Subject: texinfo/texi2html README texi2html.pl
Date: Thu, 02 Dec 2010 17:54:16 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/12/02 17:54:16

Modified files:
        texi2html      : README texi2html.pl 

Log message:
        leading spaces on htmlxref.cnf variable lines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/README?cvsroot=texinfo&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.pl?cvsroot=texinfo&r1=1.431&r2=1.432

Patches:
Index: README
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/README,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- README      18 Jul 2010 18:49:02 -0000      1.12
+++ README      2 Dec 2010 17:54:15 -0000       1.13
@@ -10,5 +10,7 @@
 It used to be a separate project, http://www.nongnu.org/texi2html.
 
 texi2html converts texinfo documents to HTML, Info, plain text, Docbook
-and XML.  The HTML output is highly configurable.  One example is at
-http://www.singular.uni-kl.de/Manual/html.
+and XML.  The HTML output is extremely configurable, at several levels.
+One highly customized example is at http://www.singular.uni-kl.de/Manual/html.
+
+For information about the arrangement of the sources, see README.dev.

Index: texi2html.pl
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.pl,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -b -r1.431 -r1.432
--- texi2html.pl        1 Dec 2010 22:56:03 -0000       1.431
+++ texi2html.pl        2 Dec 2010 17:54:15 -0000       1.432
@@ -90,7 +90,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.431 2010/12/01 22:56:03 pertusus Exp $
+# $Id: texi2html.pl,v 1.432 2010/12/02 17:54:15 karl Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.gnu.org/software/texinfo/";;
@@ -4487,7 +4487,7 @@
             $hline =~ s/^\s*//;
             next if $hline =~ /^\s*$/;
             chomp ($hline);
-            if ($hline =~ s/^(\w+)\s*=\s*//)
+            if ($hline =~ s/^\s*(\w+)\s*=\s*//)
             {
                # handle variables
                my $var = $1;



reply via email to

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