[Python-checkins] r65100 - doctools/branches/0.4.x/Makefile
georg.brandl
python-checkins at python.org
Fri Jul 18 14:41:54 CEST 2008
Author: georg.brandl
Date: Fri Jul 18 14:41:54 2008
New Revision: 65100
Log:
Fix phony targets.
Modified:
doctools/branches/0.4.x/Makefile
Modified: doctools/branches/0.4.x/Makefile
==============================================================================
--- doctools/branches/0.4.x/Makefile (original)
+++ doctools/branches/0.4.x/Makefile Fri Jul 18 14:41:54 2008
@@ -2,7 +2,7 @@
export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx
-.PHONY: all check clean clean-pyc pylint reindent testserver
+.PHONY: all check clean clean-pyc clean-patchfiles pylint reindent test
all: clean-pyc check
More information about the Python-checkins
mailing list