doc: clean rule removes 'xml' and 'latex' dirs
These are generated directories. Change-Id: I0359b5dac128b194bc48604444b2e7f08caa6675 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
ed9cdac197
commit
c45fc04952
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ help:
|
|||
clean:
|
||||
@rm -rf $(BUILDDIR)/*
|
||||
@rm -rf html
|
||||
@rm -rf xml
|
||||
@rm -rf latex
|
||||
|
||||
htmldocs: doxy html
|
||||
html:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue