Dump APIDOC removal failure errors to /dev/null

This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-19 19:16:09 +09:00
parent fa7a74cfa8
commit 5c96ecd77d
1 changed files with 1 additions and 1 deletions

View File

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