summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-28 18:28:34 +0200
committerGeorg Brandl <georg@python.org>2010-07-28 18:28:34 +0200
commitb376f209943055f03bb451894cda26a13b864b75 (patch)
tree26a5901852e131ce90e2fadf667fc88aa6a3bf16 /Makefile
parente8a7fff96dc0dbe25ef482fa9feffa47daacd8dc (diff)
downloadsphinx-b376f209943055f03bb451894cda26a13b864b75.tar.gz
Ignore failures in removing converted utils.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53424b5d..4c0cdef8 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean-backupfiles:
find . -name '*.bak' -exec rm -f {} +
clean-generated:
- rm utils/*3.py*
+ -rm utils/*3.py*
pylint:
@pylint --rcfile utils/pylintrc sphinx