summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-06 00:36:52 +0000
committerChris Lattner <sabre@nondot.org>2006-07-06 00:36:52 +0000
commit9e4692c61752313a01486594e8e1ccf573ad4a47 (patch)
tree736074cbd61561174374ab77b103e68214e5296a /docs/Makefile
parent60c07e1aeadd332c5e000449df2a487831209fa8 (diff)
downloadllvm-9e4692c61752313a01486594e8e1ccf573ad4a47.tar.gz
llvm-9e4692c61752313a01486594e8e1ccf573ad4a47.tar.bz2
llvm-9e4692c61752313a01486594e8e1ccf573ad4a47.tar.xz
The web site uses this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 92ba96107c..d7442d9d36 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -10,6 +10,15 @@
LEVEL := ..
DIRS := CommandGuide
+ifdef BUILD_FOR_WEBSITE
+PROJ_OBJ_DIR = .
+DOXYGEN = doxygen
+
+doxygen.cfg: doxygen.cfg.in
+ cat $< | sed 's/@abs_top_srcdir@/../g' | sed 's/@DOT@/dot/g' | \
+ sed 's/@PACKAGE_VERSION@/CVS/g' | sed 's/@abs_top_builddir@/../g' > $@
+endif
+
include $(LEVEL)/Makefile.common
HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \