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 /tests/root | |
| 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 'tests/root')
| -rw-r--r-- | tests/root/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/Makefile b/tests/root/Makefile index e9c11d06..7954bc7c 100644 --- a/tests/root/Makefile +++ b/tests/root/Makefile @@ -23,7 +23,7 @@ help: @echo " linkcheck to check all external links for integrity" clean: - -rm -rf _build/* + rm -rf _build/* html: mkdir -p _build/html _build/doctrees |
