texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog texi2html.pl


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog texi2html.pl
Date: Fri, 08 Aug 2008 13:30:36 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        08/08/08 13:30:36

Modified files:
        .              : ChangeLog texi2html.pl 

Log message:
                use relative file names for hrefs for misc
                elements to determine if the file has to be reopened
                (report from Reinhold).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.306&r2=1.307
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.215&r2=1.216

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -b -r1.306 -r1.307
--- ChangeLog   8 Aug 2008 12:22:01 -0000       1.306
+++ ChangeLog   8 Aug 2008 13:30:35 -0000       1.307
@@ -2,7 +2,8 @@
 
        * texi2html.pl: use relative file names for hrefs for misc 
        elements (patch from Reinhold Kainhofer reinhold at kainhofer
-       dot com).
+       dot com). And also to determine if the file has to be reopened
+       (report from Reinhold).
 
 2008-08-07  Patrice Dumas  <address@hidden>
 
@@ -16,7 +17,7 @@
        %region_formats_kept.
        Give also the prototypes lengths for multitables.
        @-commands in stop_paragraph_command close paragraphs.
-       external nodes begin with ( (report from Rainhold).
+       external nodes begin with ( (report from Reinhold).
        * texi2html.pl, texi2html.init: With USE_SETFILENAME, the filename 
        is taken from @setfilename, if found, like makeinfo.
        With IGNORE_BEFORE_SETFILENAME, everything before @setfilename is 

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -b -r1.215 -r1.216
--- texi2html.pl        8 Aug 2008 12:22:01 -0000       1.215
+++ texi2html.pl        8 Aug 2008 13:30:35 -0000       1.216
@@ -60,7 +60,7 @@
 #--##########################################################################
 
 # CVS version:
-# $Id: texi2html.pl,v 1.215 2008/08/08 12:22:01 pertusus Exp $
+# $Id: texi2html.pl,v 1.216 2008/08/08 13:30:35 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -7012,12 +7012,12 @@
         print STDERR "# writing $misc_page in $file\n" if $T2H_VERBOSE;
         my $saved_FH;
         my $open_new;
-        if ($file ne $docu_doc)
+        if ($relative_file ne $docu_doc)
         {
             $saved_FH = $FH;
             # FIXME the file may have the same name than another file
             $FH = open_out ($file);
-            print STDERR "# writing $misc_page in $file\n" if $T2H_VERBOSE;
+            print STDERR "# Opening $file for $misc_page\n" if $T2H_VERBOSE;
             $open_new = 1;
         }
         else




reply via email to

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