summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-30 06:31:28 +0000
committerChris Lattner <sabre@nondot.org>2005-11-30 06:31:28 +0000
commit0f6342f66964ef36fb0328257521906666dd0ac1 (patch)
treed1e07850eeae8fc5e48b7d76e4948b77cbe40616 /llvm/docs/Makefile
parent893a45b86ac85aba32ee6482f4b05315d2af9438 (diff)
downloadbcm5719-llvm-0f6342f66964ef36fb0328257521906666dd0ac1.tar.gz
bcm5719-llvm-0f6342f66964ef36fb0328257521906666dd0ac1.zip
copy the doxygen tarball into the HTML directory after building it
llvm-svn: 24529
Diffstat (limited to 'llvm/docs/Makefile')
-rw-r--r--llvm/docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/Makefile b/llvm/docs/Makefile
index dfdd7ba9fdd..92ba96107ca 100644
--- a/llvm/docs/Makefile
+++ b/llvm/docs/Makefile
@@ -63,6 +63,7 @@ $(PROJ_OBJ_DIR)/doxygen.tar.gz: $(DOXYFILES) $(PROJ_OBJ_DIR)/doxygen.cfg
$(Verb) $(RM) -rf $@ $(PROJ_OBJ_DIR)/doxygen.tar
$(Verb) $(TAR) cf $(PROJ_OBJ_DIR)/doxygen.tar doxygen
$(Verb) $(GZIP) $(PROJ_OBJ_DIR)/doxygen.tar
+ $(Verb) $(CP) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(PROJ_OBJ_DIR)/doxygen/html/
userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
OpenPOWER on IntegriCloud