summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 22:17:18 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-08 22:17:18 +0000
commita4e5b74ce577692b14896155ee3a0ef8ff701642 (patch)
tree569f10e8fe2a8695c9b5ebbc0409859fb6dbf008
parentd387411488a093f77f4cd752b75e8bf8360550c6 (diff)
* Doxyfile.in: fix the INPUT line so we can generate docs
when sourcedir != builddir (patch from Cygwin Ports maintainer <yselkowitz at users dot sourceforge dot net>
-rw-r--r--ChangeLog6
-rw-r--r--Doxyfile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb0a384c..fd4e7fe1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
+ * Doxyfile.in: fix the INPUT line so we can generate docs
+ when sourcedir != builddir (patch from Cygwin Ports maintainer
+ <yselkowitz at users dot sourceforge dot net>
+
+2006-08-08 John (J5) Palmieri <johnp@redhat.com>
+
* dbus/dbus-sysdeps.h:
* dbus/dbus-sysdeps.c:
* dbus/dbus-string.c:
diff --git a/Doxyfile.in b/Doxyfile.in
index e5a65583..c7d41fdb 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