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...