Clean the breathe-apidoc files with make clean

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2023-08-02 16:06:32 +02:00
committed by Gilles Peskine
parent 6c77852252
commit 9d06c7d5e5
+2
View File
@@ -18,6 +18,8 @@ help:
clean:
@# Clean the apidoc
$(MAKE) -C .. apidoc_clean
@# Clean the breathe-apidoc generated files
rm -rf ./api
@# Clean the sphinx docs
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)