texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html texi2html.init texi2html.pl


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html texi2html.init texi2html.pl
Date: Thu, 21 May 2009 20:49:05 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/05/21 20:49:05

Modified files:
        .              : texi2html.init texi2html.pl 

Log message:
        add --internal-links, though it is currently a no-op

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.196&r2=1.197
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.286&r2=1.287

Patches:
Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -b -r1.196 -r1.197
--- texi2html.init      21 May 2009 20:15:55 -0000      1.196
+++ texi2html.init      21 May 2009 20:49:04 -0000      1.197
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.196 2009/05/21 20:15:55 pertusus Exp $
+# $Id: texi2html.init,v 1.197 2009/05/21 20:49:04 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -193,6 +193,9 @@
 # if undef, the info output is not split
 $SPLIT_SIZE = 300000;
 
+# --internal-links
+$INTERNAL_LINKS = undef;
+
 # -no-validate
 # suppress node cross-reference validation
 $NOVALIDATE = 0;

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -b -r1.286 -r1.287
--- texi2html.pl        21 May 2009 20:15:56 -0000      1.286
+++ texi2html.pl        21 May 2009 20:49:04 -0000      1.287
@@ -86,7 +86,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.286 2009/05/21 20:15:56 pertusus Exp $
+# $Id: texi2html.pl,v 1.287 2009/05/21 20:49:04 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -282,6 +282,7 @@
 $PARAGRAPHINDENT
 $FIRSTPARAGRAPHINDENT
 $ENABLE_ENCODING
+$INTERNAL_LINKS
 );
 
 # customization variables
@@ -2766,6 +2767,14 @@
                                 in Info output based on @documentencoding.',
 };
 
+$T2H_OPTIONS -> {'internal-links'} =
+{
+ type => '=s',
+ linkage => \$Texi2HTML::Config::INTERNAL_LINKS,
+ verbose => 'produce list of internal links in FILE.'
+};
+
+
 $T2H_OPTIONS -> {'monolithic'} =
 {
  type => '!',




reply via email to

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