aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile
index ffbbb97abc..a2953512b8 100644
--- a/docs/CommandGuide/Makefile
+++ b/docs/CommandGuide/Makefile
@@ -83,8 +83,8 @@ install-local:: $(HTML) $(MAN) $(PS)
$(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)'