1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 6b555c80c0
commit ece211cb1e

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' \