summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-12-31 09:39:02 +0100
committerGeorg Brandl <georg@python.org>2012-12-31 09:39:02 +0100
commitf6bdd11939a5696968a0cb59c14c19d6d8a23da0 (patch)
tree0343ab378eb6943cf6900feb46a1910e97362cd1 /sphinx/quickstart.py
parentacbdb25eef61b999b5d1e850fa1170406312dd45 (diff)
downloadsphinx-f6bdd11939a5696968a0cb59c14c19d6d8a23da0.tar.gz
Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a "-" prefix.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index dd2df0df..28c0ab92 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -430,7 +430,7 @@ help:
(if enabled)"
clean:
-\t-rm -rf $(BUILDDIR)/*
+\trm -rf $(BUILDDIR)/*
html:
\t$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html