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

llvm-svn: 35390
This commit is contained in:
Tanya Lattner 2007-03-27 23:19:39 +00:00
parent 999c77f89c
commit b453c429af
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ DOXYGEN = doxygen
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' \