[Python-checkins] python/dist/src/Doc Makefile,1.261.4.4,1.261.4.5
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Sat Sep 27 03:24:25 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv10641
Modified Files:
Tag: release23-maint
Makefile
Log Message:
locate the definition of the PWD variable in the same way as the
version on the trunk
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.261.4.4
retrieving revision 1.261.4.5
diff -C2 -d -r1.261.4.4 -r1.261.4.5
*** Makefile 27 Sep 2003 07:14:31 -0000 1.261.4.4
--- Makefile 27 Sep 2003 07:24:22 -0000 1.261.4.5
***************
*** 65,70 ****
TOOLSDIR= tools
- PWD=$(shell pwd)
-
# This is the *documentation* release, and is used to construct the file
# names of the downloadable tarballs.
--- 65,68 ----
***************
*** 73,76 ****
--- 71,76 ----
PYTHON= python
DVIPS= dvips -N0 -t $(PAPER)
+
+ PWD=$(shell pwd)
# (The trailing colon in the value is needed; TeX places it's default
More information about the Python-checkins
mailing list