[llvm-commits] CVS: llvm/docs/Makefile

Tanya Lattner tonic at nondot.org
Tue Mar 27 16:19:59 PDT 2007



Changes in directory llvm/docs:

Makefile updated: 1.14 -> 1.15
---
Log message:

Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/docs/Makefile
diff -u llvm/docs/Makefile:1.14 llvm/docs/Makefile:1.15
--- llvm/docs/Makefile:1.14	Tue Mar 27 01:06:15 2007
+++ llvm/docs/Makefile	Tue Mar 27 18:19:39 2007
@@ -18,7 +18,7 @@
 PACKAGE_VERSION = $(shell grep AC_INIT ../autoconf/configure.ac | sed -e 's/[^,]*,[[][[]//' -e 's/]],.*//')
 $(warning VERSION=$(VERSION))
 
-doxygen.cfg: doxygen.cfg.in
+$(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
 	cat $< | sed \
 	  -e 's/@abs_top_srcdir@/../g' \
 	  -e 's/@DOT@/dot/g' \






More information about the llvm-commits mailing list