[llvm-commits] CVS: llvm/docs/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 29 22:31:40 PST 2005
Changes in directory llvm/docs:
Makefile updated: 1.10 -> 1.11
---
Log message:
copy the doxygen tarball into the HTML directory after building it
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.10 llvm/docs/Makefile:1.11
--- llvm/docs/Makefile:1.10 Mon May 16 13:29:13 2005
+++ llvm/docs/Makefile Wed Nov 30 00:31:28 2005
@@ -63,6 +63,7 @@
$(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
More information about the llvm-commits
mailing list