summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-30 21:20:23 +0000
committerChris Lattner <sabre@nondot.org>2002-01-30 21:20:23 +0000
commitb9a827ce6360cda67cac382d29d6b9238e837195 (patch)
treeca13752e1f8d013121adb924afef1cd44fec7a13 /docs/Makefile
parentd8bb7f50288ee91f1228d17177d02622dcb9c726 (diff)
downloadllvm-b9a827ce6360cda67cac382d29d6b9238e837195.tar.gz
llvm-b9a827ce6360cda67cac382d29d6b9238e837195.tar.bz2
llvm-b9a827ce6360cda67cac382d29d6b9238e837195.tar.xz
Add rule to build tar.gz file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 12645d8aeb..da24e8e18f 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,2 +1,6 @@
doxygen-files:
/home/vadve/lattner/bin/doxygen doxygen.cfg
+
+doxygen.tar.gz: doxygen/index.html
+ rm -rf $@
+ gtar czvf $@ doxygen