mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Don't override the default $ADDRESS.
This commit is contained in:
parent
d757165df9
commit
0d27d08790
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue