mk: Fully clean out old documentation

This purges doc/{std,extra} entirely during a `make clean` instead of just the
html files in some top level directories. This should help old documentation
from showing up on static.rust-lang.org
This commit is contained in:
Alex Crichton 2013-09-26 15:13:03 -07:00
parent d062de8aa4
commit d8db96cbbf

View file

@ -54,9 +54,8 @@ clean-misc:
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist $(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
$(Q)rm -Rf $(foreach ext, \ $(Q)rm -Rf $(foreach ext, \
html aux cp fn ky log pdf pg toc tp vr cps, \ html aux cp fn ky log pdf pg toc tp vr cps, \
$(wildcard doc/*.$(ext) \ $(wildcard doc/*.$(ext)))
doc/*/*.$(ext) \ $(Q)find doc/std doc/extra -mindepth 1 | xargs rm -Rf
doc/*/*/*.$(ext)))
$(Q)rm -Rf doc/version.md $(Q)rm -Rf doc/version.md
$(Q)rm -Rf $(foreach sub, index styles files search javascript, \ $(Q)rm -Rf $(foreach sub, index styles files search javascript, \
$(wildcard doc/*/$(sub))) $(wildcard doc/*/$(sub)))