summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-28 20:30:05 +0200
committerGeorg Brandl <georg@python.org>2010-07-28 20:30:05 +0200
commit415e6711dfa2f65bd797891d5e92f332150601d3 (patch)
tree7443b7debb4c534aab230b1feba042c2505be323 /Makefile
parentc7ece3cb418f04e1a5aae46b33989969e737be2f (diff)
downloadsphinx-415e6711dfa2f65bd797891d5e92f332150601d3.tar.gz
Update phony targets list.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc1140f3..09aa3c96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PYTHON ?= python
-.PHONY: all check clean clean-pyc clean-patchfiles clean-generated pylint \
- reindent test
+.PHONY: all check clean clean-pyc clean-patchfiles clean-backupfiles \
+ clean-generated pylint reindent test covertest build convert-utils
DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \
-i sphinx/pycode/pgen2 -i sphinx/util/smartypants.py \