summaryrefslogtreecommitdiffstats
path: root/clang/docs/tools
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-01 23:34:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-01 23:34:58 +0000
commit6d0eecad6c4b63d07c2ebabcd4d6a6cf5122ef95 (patch)
tree8d1ce083ffa85741d6283bae361ca7f0b9cfc160 /clang/docs/tools
parentcf7b2afc62d6058717a06571dbd2d6c02d446f48 (diff)
downloadbcm5719-llvm-6d0eecad6c4b63d07c2ebabcd4d6a6cf5122ef95.tar.gz
bcm5719-llvm-6d0eecad6c4b63d07c2ebabcd4d6a6cf5122ef95.zip
Make install target actually work, dependencies FTW.
llvm-svn: 70599
Diffstat (limited to 'clang/docs/tools')
-rw-r--r--clang/docs/tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/tools/Makefile b/clang/docs/tools/Makefile
index da99a1dfdf7..c56c4f89839 100644
--- a/clang/docs/tools/Makefile
+++ b/clang/docs/tools/Makefile
@@ -85,18 +85,18 @@ HTML_DIR := $(PROJ_docsdir)/html/clang
MAN_DIR := $(PROJ_mandir)/man1
PS_DIR := $(PROJ_docsdir)/ps
-install-html::
+install-html:: $(HTML)
$(Echo) Installing HTML Clang Tools Documentation
$(Verb) $(MKDIR) $(HTML_DIR)
$(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
$(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
-install-man::
+install-man:: $(MAN)
$(Echo) Installing MAN Clang Tools Documentation
$(Verb) $(MKDIR) $(MAN_DIR)
$(Verb) $(DataInstall) $(MAN) $(MAN_DIR)
-install-ps::
+install-ps:: $(PS)
$(Echo) Installing PS Clang Tools Documentation
$(Verb) $(MKDIR) $(PS_DIR)
$(Verb) $(DataInstall) $(PS) $(PS_DIR)
OpenPOWER on IntegriCloud