The web site uses this
authorChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 00:36:52 +0000 (00:36 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 00:36:52 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29006 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile

index 92ba96107ca5ed988a850bdc6ec0a0a5bf245845..d7442d9d361666779b2c3daf284762468801278c 100644 (file)
 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) \