summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-26 16:38:42 +0000
committerChris Lattner <sabre@nondot.org>2002-09-26 16:38:42 +0000
commit6d4d3e9641ea0c2a1bbf45b7facff69513d47642 (patch)
treea6ed8aed0e111ac7ed7477e319d258dc1c990ed4 /docs/Makefile
parent9646e6b6af1f924f9366a2bffc6dde102f84d231 (diff)
downloadllvm-6d4d3e9641ea0c2a1bbf45b7facff69513d47642.tar.gz
llvm-6d4d3e9641ea0c2a1bbf45b7facff69513d47642.tar.bz2
llvm-6d4d3e9641ea0c2a1bbf45b7facff69513d47642.tar.xz
Don't hardcode path to doxygen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3948 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index da24e8e18f..cfa28e9991 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,5 +1,5 @@
doxygen-files:
- /home/vadve/lattner/bin/doxygen doxygen.cfg
+ doxygen doxygen.cfg
doxygen.tar.gz: doxygen/index.html
rm -rf $@