From: John (J5) Palmieri Date: Tue, 8 Aug 2006 22:17:18 +0000 (+0000) Subject: * Doxyfile.in: fix the INPUT line so we can generate docs X-Git-Tag: dbus-0.92~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4e5b74ce577692b14896155ee3a0ef8ff701642;p=thirdparty%2Fdbus.git * Doxyfile.in: fix the INPUT line so we can generate docs when sourcedir != builddir (patch from Cygwin Ports maintainer --- diff --git a/ChangeLog b/ChangeLog index bb0a384cc..fd4e7fe1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-08 John (J5) Palmieri + + * Doxyfile.in: fix the INPUT line so we can generate docs + when sourcedir != builddir (patch from Cygwin Ports maintainer + + 2006-08-08 John (J5) Palmieri * dbus/dbus-sysdeps.h: diff --git a/Doxyfile.in b/Doxyfile.in index e5a65583f..c7d41fdbe 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -49,7 +49,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = dbus +INPUT = @top_srcdir@/dbus FILE_PATTERNS = *.c *.h RECURSIVE = YES #EXCLUDE = test