diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-23 20:07:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-23 20:07:55 (GMT) |
commit | 0d27d087905cdbf8fa6d699d99408fd85f95191e (patch) | |
tree | 891ed5685276e1a685f8ed19ce926d3cc09ec7a1 | |
parent | d757165df9d28081e7ee46f056681c95fe0e8431 (diff) | |
download | cpython-0d27d087905cdbf8fa6d699d99408fd85f95191e.zip cpython-0d27d087905cdbf8fa6d699d99408fd85f95191e.tar.gz cpython-0d27d087905cdbf8fa6d699d99408fd85f95191e.tar.bz2 |
Don't override the default $ADDRESS.
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 3cf214c..2af9e23 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... |