[Python-checkins] r84551 - python/branches/py3k/Doc/Makefile

eric.araujo python-checkins at python.org
Mon Sep 6 03:31:11 CEST 2010


Author: eric.araujo
Date: Mon Sep  6 03:31:11 2010
New Revision: 84551

Log:
Revert accidental commit, apologies for the noise


Modified:
   python/branches/py3k/Doc/Makefile

Modified: python/branches/py3k/Doc/Makefile
==============================================================================
--- python/branches/py3k/Doc/Makefile	(original)
+++ python/branches/py3k/Doc/Makefile	Mon Sep  6 03:31:11 2010
@@ -55,9 +55,9 @@
 	  svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
 	fi
 
-update: clean
+update: clean checkout
 
-build:
+build: checkout
 	mkdir -p build/$(BUILDER) build/doctrees
 	$(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
 	@echo


More information about the Python-checkins mailing list