[PATCH 2/3] hw/dmx/doc: Specify {src,build}dir in DOXYGEN_SRC.

Cyril Brulebois kibi at debian.org
Sun Feb 20 09:02:48 PST 2011


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 <kibi at debian.org>
---
 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



More information about the xorg-devel mailing list