Changes in directory llvm/docs:

Makefile updated: 1.11 -> 1.12
---
Log message:

The web site uses this


---
Diffs of the changes:  (+9 -0)

 Makefile |    9 +++++++++
 1 files changed, 9 insertions(+)


Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.11 llvm/docs/Makefile:1.12
--- llvm/docs/Makefile:1.11     Wed Nov 30 00:31:28 2005
+++ llvm/docs/Makefile  Wed Jul  5 19:36:52 2006
@@ -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) \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to