2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 07:20:09 +00:00

Remove the whole build directory for the docs instead of just

the contents so that we don't have left over directories
when switching branches
This commit is contained in:
Victor Hu 2015-10-05 10:02:57 -04:00
parent 09e3d6650f
commit a76e07c020

View File

@ -49,7 +49,7 @@ help:
@echo " coverage to run coverage check of the documentation (if enabled)"
clean:
rm -rf $(BUILDDIR)/*
rm -rf $(BUILDDIR)
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html