|
From: <jd...@us...> - 2009-05-28 14:05:27
|
Revision: 7151
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7151&view=rev
Author: jdh2358
Date: 2009-05-28 13:45:36 +0000 (Thu, 28 May 2009)
Log Message:
-----------
remove trailing spaces before comments
Modified Paths:
--------------
trunk/matplotlib/release/win32/Makefile
Modified: trunk/matplotlib/release/win32/Makefile
===================================================================
--- trunk/matplotlib/release/win32/Makefile 2009-05-28 11:54:35 UTC (rev 7150)
+++ trunk/matplotlib/release/win32/Makefile 2009-05-28 13:45:36 UTC (rev 7151)
@@ -1,11 +1,11 @@
PYTHON = C:/Python26/python.exe
-SRCDIR = ${PWD} # autoconf needs this path
-WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}` # distutils needs windows paths
+SRCDIR = ${PWD}# autoconf needs this path
+WINSRCDIR = `${PWD}/data/mingw_path.sh ${PWD}`# distutils needs windows paths
ZLIBVERSION = 1.2.3
PNGVERSION = 1.2.33
FREETYPEVERSION = 2.3.7
-#TCLTKVERSION = 8.4.19 # Before Python 2.6
-TCLTKVERSION = 8.5.7 # Python 2.6
+#TCLTKVERSION = 8.4.19# Before Python 2.6
+TCLTKVERSION = 8.5.7# Python 2.6
MPLVERSION = 0.98.6svn
## You shouldn't need to configure past this point
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|