doc: fix source file fetching and cleaning

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-06 17:07:19 -08:00
committed by lijinxia
parent 4c941d5e5b
commit 8d7a449c55
2 changed files with 17 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ doxy: pullsource
# Remove generated content (Sphinx and doxygen)
clean:
$(Q)rm -fr $(BUILDDIR) doxygen hypervisor devicemodel
$(Q)rm -fr $(BUILDDIR) doxygen _source
# Copy material over to the GitHub pages staging repo