diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-30 20:32:18 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-30 20:32:18 +0000 |
commit | 4f678c36922d2537c1a81bd1946691f3acabd515 (patch) | |
tree | 533e1e8774a5a7ba88fad7060ac66758db60d084 /docs/CommandGuide | |
parent | 66a1a05c86721b2769ef107d39675afe3c79b913 (diff) |
Tweak build system to allow for installing the tutorial and uninstalling the docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/Makefile | 4 |
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)' |