commit | 9d06c7d5e5c8ac08b2827021780cad7e39796632 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue Mar 28 14:24:47 2023 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Aug 02 16:06:32 2023 +0200 |
tree | adac9493952f476287fb50a420fa60194b025cb9 | |
parent | 6c7785225280a2d5d78db34dc4357ffbbe1fad25 [diff] |
Clean the breathe-apidoc files with make clean Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/docs/Makefile b/docs/Makefile index 6a7599e..47510f9 100644 --- a/docs/Makefile +++ b/docs/Makefile
@@ -18,6 +18,8 @@ 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)