commit | c1f2eef43a46ae59571526871d28ee7453d63d7c | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue Mar 28 14:24:47 2023 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Mar 28 14:24:47 2023 +0100 |
tree | ce794f6f120775f43e6532a69e6c5ee13c4799ee | |
parent | 9251ed55a8b4e3f878dfe0416d056d6c30f7fece [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)