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:
Benjamin Walsh 2015-08-17 15:48:05 -04:00 committed by Anas Nashif
commit c45fc04952

View file

@ -57,6 +57,8 @@ help:
clean:
@rm -rf $(BUILDDIR)/*
@rm -rf html
@rm -rf xml
@rm -rf latex
htmldocs: doxy html
html: