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
|
fi
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm $(APIDOCS)
|
-rm $(APIDOCS) > /dev/null 2>&1
|
||||||
-rm -rf $(BUILDDIR)/*
|
-rm -rf $(BUILDDIR)/*
|
||||||
|
|
||||||
html-local: apiref.rst
|
html-local: apiref.rst
|
||||||
|
|
Loading…
Reference in New Issue