diff --git a/docs/Makefile b/docs/Makefile index ad58a10ca01..6cea58dd5ef 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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' \