diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-27 06:53:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-27 06:53:13 (GMT) |
commit | 982d91fb51d1578fef12152e262130caa9f89504 (patch) | |
tree | 323517ef3416b191d0a16947233a14aa68c40cf2 /Doc/perl/howto.perl | |
parent | 8fe533e6a092f8f8aa8d7b81dd8f38c5057e9682 (diff) | |
download | cpython-982d91fb51d1578fef12152e262130caa9f89504.zip cpython-982d91fb51d1578fef12152e262130caa9f89504.tar.gz cpython-982d91fb51d1578fef12152e262130caa9f89504.tar.bz2 |
Change $ICONSERVER to conform to the value AMK & I have discussed for this;
doing this here may prove to not be such a good idea, but we'll see.
Diffstat (limited to 'Doc/perl/howto.perl')
-rw-r--r-- | Doc/perl/howto.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl index ee8f3a4..c4e8e20 100644 --- a/Doc/perl/howto.perl +++ b/Doc/perl/howto.perl @@ -8,4 +8,6 @@ package main; &do_require_package("article"); &do_require_package("python"); +$ICONSERVER = '../../icons'; + 1; # sheesh.... |