1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Clean the breathe-apidoc files with make clean

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-03-28 14:24:47 +01:00
parent 66ef2a06d5
commit 9a2ddfd147

View File

@ -18,6 +18,8 @@ help:
clean: clean:
@# Clean the apidoc @# Clean the apidoc
$(MAKE) -C .. apidoc_clean $(MAKE) -C .. apidoc_clean
@# Clean the breathe-apidoc generated files
rm -rf ./api
@# Clean the sphinx docs @# Clean the sphinx docs
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)