commit | 0d27d087905cdbf8fa6d699d99408fd85f95191e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Apr 23 20:07:55 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Apr 23 20:07:55 1998 +0000 |
tree | 891ed5685276e1a685f8ed19ce926d3cc09ec7a1 | |
parent | d757165df9d28081e7ee46f056681c95fe0e8431 [diff] [blame] |
Don't override the default $ADDRESS.
diff --git a/Doc/Makefile b/Doc/Makefile index 3cf214c..2af9e23 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -53,7 +53,7 @@ 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...