From dd0ace574bcad687e1644d773974593d5df18434 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 30 Mar 2008 20:32:18 +0000 Subject: Tweak build system to allow for installing the tutorial and uninstalling the docs. llvm-svn: 48968 --- llvm/docs/CommandGuide/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/CommandGuide/Makefile') 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)' -- cgit v1.2.3