Use of UINT_MAX requires climits, at least when
[oota-llvm.git] / docs / CommandGuide / Makefile
index ffbbb97abc7be257305de1d17236798d7c1ae4c0..a2953512b819bfa665ccd945f7beca291a9603af 100644 (file)
@@ -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)'