]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
locate the definition of the PWD variable in the same way as the
authorFred Drake <fdrake@acm.org>
Sat, 27 Sep 2003 07:24:22 +0000 (07:24 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 27 Sep 2003 07:24:22 +0000 (07:24 +0000)
version on the trunk

Doc/Makefile

index f71f100e302506ff3af14c1903fd163b8f7655af..c7adec2c355b903696af29eac99b84f56ce85fb3 100644 (file)
@@ -64,8 +64,6 @@ PAPER=letter
 INFODIR=       info
 TOOLSDIR=      tools
 
-PWD=$(shell pwd)
-
 # This is the *documentation* release, and is used to construct the file
 # names of the downloadable tarballs.
 RELEASE=2.3.2c1
@@ -73,6 +71,8 @@ RELEASE=2.3.2c1
 PYTHON=           python
 DVIPS=    dvips -N0 -t $(PAPER)
 
+PWD=$(shell pwd)
+
 # (The trailing colon in the value is needed; TeX places it's default
 # set of paths at the location of the empty string in the path list.)
 #