summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide/Makefile')
-rw-r--r--llvm/docs/CommandGuide/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index ffbbb97abc7..a2953512b81 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/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)'
OpenPOWER on IntegriCloud