From: Fred Drake Date: Fri, 27 Mar 1998 06:53:13 +0000 (+0000) Subject: Change $ICONSERVER to conform to the value AMK & I have discussed for this; X-Git-Tag: v1.5.1~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=982d91fb51d1578fef12152e262130caa9f89504;p=python 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. --- diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl index ee8f3a48b9..c4e8e202a1 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....