summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-30 20:32:18 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-30 20:32:18 +0000
commitdd0ace574bcad687e1644d773974593d5df18434 (patch)
treee58de58df5618e902830edc5daa6008afdee5a1d /llvm/docs/CommandGuide
parent7d6c8ae4886cf087f00213be3378bb51184b9010 (diff)
downloadbcm5719-llvm-dd0ace574bcad687e1644d773974593d5df18434.tar.gz
bcm5719-llvm-dd0ace574bcad687e1644d773974593d5df18434.zip
Tweak build system to allow for installing the tutorial and uninstalling the docs.
llvm-svn: 48968
Diffstat (limited to 'llvm/docs/CommandGuide')
-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