diff options
Diffstat (limited to 'Master/bin/powerpc-linux/texi2html')
-rwxr-xr-x | Master/bin/powerpc-linux/texi2html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/bin/powerpc-linux/texi2html b/Master/bin/powerpc-linux/texi2html index 7fff383b3c3..6d5315049d6 100755 --- a/Master/bin/powerpc-linux/texi2html +++ b/Master/bin/powerpc-linux/texi2html @@ -75,7 +75,7 @@ my $THISVERSION = '1.76'; my $THISPROG = "texi2html $THISVERSION"; # program name and version # set by configure, prefix for the sysconfdir and so on -my $prefix = '/tmp/tl2006/Build/source/inst'; +my $prefix = '/tmp/tl2007/Build/source/inst'; my $sysconfdir; my $pkgdatadir; my $datadir; @@ -92,10 +92,10 @@ else $sysconfdir = "/usr/local/etc"; } -if ('/tmp/tl2006/Build/source/inst' ne '@' . 'datadir@') +if ('/tmp/tl2007/Build/source/inst' ne '@' . 'datadir@') { - $pkgdatadir = eval '"/tmp/tl2006/Build/source/inst/texi2html"'; - $datadir = eval '"/tmp/tl2006/Build/source/inst"'; + $pkgdatadir = eval '"/tmp/tl2007/Build/source/inst/texi2html"'; + $datadir = eval '"/tmp/tl2007/Build/source/inst"'; } else { @@ -5705,7 +5705,6 @@ $LANGUAGES->{'en'} = { $T2H_OBSOLETE_STRINGS->{'en'} = {}; - my $index_name = -1; my @index_to_hash = ('style_map', 'style_map_pre', 'style_map_texi'); foreach my $hash (\%style_map, \%style_map_pre, \%style_map_texi, \%unformatted_text_style_map_texi) |