diff options
author | Guido van Rossum <guido@python.org> | 1997-12-01 18:50:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-01 18:50:09 (GMT) |
commit | 0f280b609948323b466c6d8d45e44cb2d0a31956 (patch) | |
tree | f584fb6f381f18ee5a84f4ee4df77d6eb1365540 /Doc/Makefile | |
parent | 433c8ca32825db31a92c84057dffbb05dc75a350 (diff) | |
download | cpython-0f280b609948323b466c6d8d45e44cb2d0a31956.zip cpython-0f280b609948323b466c6d8d45e44cb2d0a31956.tar.gz cpython-0f280b609948323b466c6d8d45e44cb2d0a31956.tar.bz2 |
Use $LOGNAME instead of $USER to get the current user -- it seems to
be the state of the art.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c797b77..b01cbf7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -51,7 +51,7 @@ BIBTEX= bibtex DVIPS= dvips -f -N0 MAKEINDEX= makeindex L2H= latex2html -L2HARGS= -address $$USER@`domainname` +L2HARGS= -address $$LOGNAME@`domainname` # Install destination -- not used now but might be useful some time... DESTDIR= /usr/local |