[Epydoc-commits] SF.net SVN: epydoc: [1318] trunk/epydoc/Makefile
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-24 07:02:13
|
Revision: 1318 Author: edloper Date: 2006-08-24 00:02:08 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1318&view=rev Log Message: ----------- - Use $(PYTHON) to find version (not 'python'). Modified Paths: -------------- trunk/epydoc/Makefile Modified: trunk/epydoc/Makefile =================================================================== --- trunk/epydoc/Makefile 2006-08-24 07:01:22 UTC (rev 1317) +++ trunk/epydoc/Makefile 2006-08-24 07:02:08 UTC (rev 1318) @@ -23,7 +23,7 @@ DIR = /home/groups/e/ep/epydoc/htdocs # The current version of epydoc. -VERSION = $(shell python -c 'import epydoc; print epydoc.__version__') +VERSION = $(shell $(PYTHON) -c 'import epydoc; print epydoc.__version__') # Base output directories WEBDIR = webpage This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |