summaryrefslogtreecommitdiff
path: root/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
commit889bc47677454b5e27c6776bb11e209f825e3604 (patch)
tree5c9fb261db65612b2a32027e32d9caed7041a68e /docs/Makefile
parent7bcd6a36e2135ac43a9223c6a00552628cd38e95 (diff)
downloadllvm-889bc47677454b5e27c6776bb11e209f825e3604.tar.gz
llvm-889bc47677454b5e27c6776bb11e209f825e3604.tar.bz2
llvm-889bc47677454b5e27c6776bb11e209f825e3604.tar.xz
copy the doxygen tarball into the HTML directory after building it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index dfdd7ba9fd..92ba96107c 100644
--- a/docs/Makefile
+++ b/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