mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-02-09 01:56:16 +00:00
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:
parent
921e393dcd
commit
26b7bee16f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user