copy the doxygen tarball into the HTML directory after building it
authorChris Lattner <sabre@nondot.org>
Wed, 30 Nov 2005 06:31:28 +0000 (06:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Nov 2005 06:31:28 +0000 (06:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24529 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile

index dfdd7ba9fddeb56a16f16cb87562445e98ae030d..92ba96107ca5ed988a850bdc6ec0a0a5bf245845 100644 (file)
@@ -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