From: Fred Drake Date: Sat, 27 Sep 2003 07:24:22 +0000 (+0000) Subject: locate the definition of the PWD variable in the same way as the X-Git-Tag: v2.3.2c1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bbb81642f9adc2f177fc4cb3feb0e1dcd4a51a8;p=thirdparty%2FPython%2Fcpython.git locate the definition of the PWD variable in the same way as the version on the trunk --- diff --git a/Doc/Makefile b/Doc/Makefile index f71f100e3025..c7adec2c355b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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.) #