/[texi2html]/texi2html/texi2html.pl
ViewVC logotype

Diff of /texi2html/texi2html.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.152 by pertusus, Sun Nov 27 19:51:33 2005 UTC revision 1.153 by pertusus, Tue Nov 29 19:04:25 2005 UTC
# Line 274  $AFTER_OVERVIEW Line 274  $AFTER_OVERVIEW
274  $BEFORE_TOC_LINES  $BEFORE_TOC_LINES
275  $AFTER_TOC_LINES  $AFTER_TOC_LINES
276  $NEW_CROSSREF_STYLE  $NEW_CROSSREF_STYLE
277    $USER
278    $DATE
279  %ACTIVE_ICONS  %ACTIVE_ICONS
280  %NAVIGATION_TEXT  %NAVIGATION_TEXT
281  %PASSIVE_ICONS  %PASSIVE_ICONS
# Line 1324  sub set_document_language ($;$$) Line 1326  sub set_document_language ($;$$)
1326          {          {
1327              $Texi2HTML::THISDOC{'today'} = 'a sunny day';              $Texi2HTML::THISDOC{'today'} = 'a sunny day';
1328          }          }
1329            $Texi2HTML::THISDOC{'today'} = $Texi2HTML::Config::DATE
1330                if (defined($Texi2HTML::Config::DATE));
1331          $things_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};          $things_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
1332          $pre_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};          $pre_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
1333          $texi_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};          $texi_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
# Line 6196  print STDERR "!!$key\n" if (!defined($Te Line 6200  print STDERR "!!$key\n" if (!defined($Te
6200      $Texi2HTML::THISDOC{'program_homepage'} = $T2H_HOMEPAGE;      $Texi2HTML::THISDOC{'program_homepage'} = $T2H_HOMEPAGE;
6201      $Texi2HTML::THISDOC{'program_authors'} = $T2H_AUTHORS;      $Texi2HTML::THISDOC{'program_authors'} = $T2H_AUTHORS;
6202      $Texi2HTML::THISDOC{'user'} = $T2H_USER;      $Texi2HTML::THISDOC{'user'} = $T2H_USER;
6203        $Texi2HTML::THISDOC{'user'} = $Texi2HTML::Config::USER if (defined($Texi2HTML::Config::USER));
6204  #    $Texi2HTML::THISDOC{'documentdescription'} = $documentdescription;  #    $Texi2HTML::THISDOC{'documentdescription'} = $documentdescription;
6205      $Texi2HTML::THISDOC{'copying'} = $copying_comment;      $Texi2HTML::THISDOC{'copying'} = $copying_comment;
6206      $Texi2HTML::THISDOC{'toc_file'} = '';      $Texi2HTML::THISDOC{'toc_file'} = '';

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26