projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bcd6a3
)
copy the doxygen tarball into the HTML directory after building it
author
Chris Lattner
<sabre@nondot.org>
Wed, 30 Nov 2005 06:31:28 +0000
(06:31 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/docs/Makefile
b/docs/Makefile
index dfdd7ba9fddeb56a16f16cb87562445e98ae030d..92ba96107ca5ed988a850bdc6ec0a0a5bf245845 100644
(file)
--- 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