diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-29 16:58:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-29 16:58:13 (GMT) |
commit | 89a1d4ad3a64d1e37ddf4ce6e6c407352442cc5a (patch) | |
tree | 5efdd55c78d82d5138d57b4e7bd0dd079d8cf381 /Doc/perl | |
parent | 212643f1990a322b3cd95871df6c2401f9ba0230 (diff) | |
download | cpython-89a1d4ad3a64d1e37ddf4ce6e6c407352442cc5a.zip cpython-89a1d4ad3a64d1e37ddf4ce6e6c407352442cc5a.tar.gz cpython-89a1d4ad3a64d1e37ddf4ce6e6c407352442cc5a.tar.bz2 |
Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index acf69dd..3841036 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -21,6 +21,8 @@ $ICONSERVER = '../icons'; $CHILDLINE = "\n<p><hr>\n"; $VERBOSITY = 0; +$TEXINPUTS = ''; # avoid bogus l2h setting it to ':' !!! + # Locate a file that's been "require"d. Assumes that the file name of interest # is unique within the set of loaded files, after directory names have been |