diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-11 20:59:05 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-11 20:59:05 +0000 |
commit | 9eaeebde22bf1331b1fad947cc20ce819d9c5338 (patch) | |
tree | 4c67bd6d193715f83e3f6e8d549e9dde75706e97 /Master/bin/powerpc-darwin/texi2html | |
parent | a2867057b560a96223956f2df45bba84c5c11828 (diff) |
new powerpc-darwin binaries, built with gcc 3.3 on 10.4.7
git-svn-id: svn://tug.org/texlive/trunk@2689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/powerpc-darwin/texi2html')
-rwxr-xr-x | Master/bin/powerpc-darwin/texi2html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/bin/powerpc-darwin/texi2html b/Master/bin/powerpc-darwin/texi2html index 44c3c53904d..cf79fb97c4f 100755 --- a/Master/bin/powerpc-darwin/texi2html +++ b/Master/bin/powerpc-darwin/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 = '/usr/local/Build/powerpc/TeXLive.tl2005'; +my $prefix = '/Volumes/Nenya/texlive/Build/source/inst'; my $sysconfdir; my $pkgdatadir; my $datadir; @@ -92,10 +92,10 @@ else $sysconfdir = "/usr/local/etc"; } -if ('/usr/local/Build/powerpc/TeXLive.tl2005/share' ne '@' . 'datadir@') +if ('/Volumes/Nenya/texlive/Build/source/inst' ne '@' . 'datadir@') { - $pkgdatadir = eval '"/usr/local/Build/powerpc/TeXLive.tl2005/share/texi2html"'; - $datadir = eval '"/usr/local/Build/powerpc/TeXLive.tl2005/share"'; + $pkgdatadir = eval '"/Volumes/Nenya/texlive/Build/source/inst/texi2html"'; + $datadir = eval '"/Volumes/Nenya/texlive/Build/source/inst"'; } else { @@ -5808,8 +5808,8 @@ sub t2h_nounicode_cross_manual_accent($$) return ascii_accents($text, $accent); } -$USE_UNICODE = '0'; -if ($USE_UNICODE eq '0') +$USE_UNICODE = '1'; +if ($USE_UNICODE eq '1') { $USE_UNICODE = 1; eval { |