forked from OSchip/llvm-project
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:
parent
999c77f89c
commit
b453c429af
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue