Tweak build system to allow for installing the tutorial and uninstalling the docs.
llvm-svn: 48968
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index ffbbb97..a295351 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/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)'