@top_srcdir@ expands to the source code base directory relative to the
file being processed. This prevents doxygen from working, as it is
called from the top directory but expects the source code in
../include/mpd.
To work around this problem, this patch changes @top_srcdir@ to
@abs_top_srcdir@, which expands to the absolute path of the top source
directory[1].

[1] http://www.gnu.org/s/hello/manual/autoconf/Preset-Output-Variables.html
---
 doc/doxygen.conf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in
index a189dd5..3249086 100644
--- a/doc/doxygen.conf.in
+++ b/doc/doxygen.conf.in
@@ -33,7 +33,7 @@ WARN_NO_PARAMDOC = NO
 # configuration options related to the input files
 #---------------------------------------------------------------------------
 
-INPUT = @top_srcdir@/include/mpd
+INPUT = @abs_top_srcdir@/include/mpd
 FILE_PATTERNS = *.h
 
 #---------------------------------------------------------------------------
-- 
1.7.5.4


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to