From: Fred Drake Date: Thu, 23 Apr 1998 20:07:55 +0000 (+0000) Subject: Don't override the default $ADDRESS. X-Git-Tag: v1.5.2a1~847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d27d087905cdbf8fa6d699d99408fd85f95191e;p=python Don't override the default $ADDRESS. --- diff --git a/Doc/Makefile b/Doc/Makefile index 3cf214c408..2af9e238cc 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -53,7 +53,7 @@ DVIPS= dvips -f -N0 DISTILL= distill MAKEINDEX= makeindex -s texinputs/myindex.ist L2H= TEXINPUTS=$(TEXINPUTS) latex2html -init_file perl/l2hinit.perl -L2HARGS= -address $$LOGNAME@`domainname` +L2HARGS= WEBCHECKER= $(PYTHON) ../Tools/webchecker/webchecker.py # Install destination -- not used now but might be useful some time...