[Python-checkins] r71959 - python/trunk/Doc/Makefile

georg.brandl python-checkins at python.org
Sun Apr 26 08:06:53 CEST 2009


Author: georg.brandl
Date: Sun Apr 26 08:06:53 2009
New Revision: 71959

Log:
Another file where the versions need to be up to date.


Modified:
   python/trunk/Doc/Makefile

Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Sun Apr 26 08:06:53 2009
@@ -29,7 +29,7 @@
 	@echo "  dist      to create a \"dist\" directory with archived docs for download"
 
 checkout:
-	# Note: if you update versions here, do the same in README.txt
+	# Note: if you update versions here, do the same in make.bat and README.txt
 	@if [ ! -d tools/sphinx ]; then \
 	  echo "Checking out Sphinx..."; \
 	  svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \


More information about the Python-checkins mailing list