Dump APIDOC removal failure errors to /dev/null
This commit is contained in:
parent
fa7a74cfa8
commit
5c96ecd77d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue