diff options
| author | Georg Brandl <georg@python.org> | 2012-12-31 09:39:02 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-12-31 09:39:02 +0100 |
| commit | f6bdd11939a5696968a0cb59c14c19d6d8a23da0 (patch) | |
| tree | 0343ab378eb6943cf6900feb46a1910e97362cd1 /sphinx/quickstart.py | |
| parent | acbdb25eef61b999b5d1e850fa1170406312dd45 (diff) | |
| download | sphinx-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.py | 2 |
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 |
