Tweak build system to allow for installing the tutorial and uninstalling the docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48968 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile
index ffbbb97..a295351 100644
--- a/docs/CommandGuide/Makefile
+++ b/docs/CommandGuide/Makefile
@@ -83,8 +83,8 @@
$(Verb) $(DataInstall) $(PS) $(PS_DIR)
uninstall-local::
- $(Echo) Uninstalling Documentation
- $(Verb) $(RM) -rf $(LLVM_DOCSDIR)
+ $(Echo) Uninstalling CommandGuide Documentation
+ $(Verb) $(RM) -rf $(HTML_DIR) $(MAN_DIR) $(PS_DIR)
printvars::
$(Echo) "POD : " '$(POD)'