Fix rm: cannot remove ‘*.rst’: No such file or directory when "make clean"

When you don't generated documentation via make html
This commit is contained in:
Alexis La Goutte 2015-07-20 17:33:23 +02:00
parent 921e393dcd
commit 26b7bee16f
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ $(APIDOC): apidoc.stamp
fi
clean-local:
-rm $(APIDOCS) > /dev/null 2>&1
-rm -f $(APIDOCS)
-rm -rf $(BUILDDIR)/*
html-local: apiref.rst