summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-23 20:07:55 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-23 20:07:55 (GMT)
commit0d27d087905cdbf8fa6d699d99408fd85f95191e (patch)
tree891ed5685276e1a685f8ed19ce926d3cc09ec7a1 /Doc/Makefile
parentd757165df9d28081e7ee46f056681c95fe0e8431 (diff)
downloadcpython-0d27d087905cdbf8fa6d699d99408fd85f95191e.zip
cpython-0d27d087905cdbf8fa6d699d99408fd85f95191e.tar.gz
cpython-0d27d087905cdbf8fa6d699d99408fd85f95191e.tar.bz2
Don't override the default $ADDRESS.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
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...