The doxygen configuration file is in the source tree (as seen in the
html/annotated.html target), whereas doxygen.{head,foot,css} are
symlinks in the build directory, as seen in the last targets of the
Makefile.Signed-off-by: Cyril Brulebois <[email protected]> --- hw/dmx/doc/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/dmx/doc/Makefile.am b/hw/dmx/doc/Makefile.am index 17defb5..b7e7412 100644 --- a/hw/dmx/doc/Makefile.am +++ b/hw/dmx/doc/Makefile.am @@ -27,7 +27,7 @@ include $(top_srcdir)/doc/xml/xmlrules-noinst.in if HAVE_DOXYGEN -DOXYGEN_SRC=doxygen.head doxygen.foot doxygen.css doxygen.conf +DOXYGEN_SRC=$(builddir)/doxygen.head $(builddir)/doxygen.foot $(builddir)/doxygen.css $(srcdir)/doxygen.conf all-local: html/annotated.html -- 1.7.4.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
