]> granicus.if.org Git - python/commitdiff
Don't override the default $ADDRESS.
authorFred Drake <fdrake@acm.org>
Thu, 23 Apr 1998 20:07:55 +0000 (20:07 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 23 Apr 1998 20:07:55 +0000 (20:07 +0000)
Doc/Makefile

index 3cf214c4083b29d343afb25058114ddf95eea476..2af9e238ccc3db3992dd03b4de9dc6152ff2cf96 100644 (file)
@@ -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...