mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 11:28:01 +02:00
* 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>
This commit is contained in:
parent
d387411488
commit
a4e5b74ce5
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2006-08-08 John (J5) Palmieri <johnp@redhat.com>
|
||||||
|
|
||||||
* dbus/dbus-sysdeps.h:
|
* dbus/dbus-sysdeps.h:
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ WARN_LOGFILE =
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = dbus
|
INPUT = @top_srcdir@/dbus
|
||||||
FILE_PATTERNS = *.c *.h
|
FILE_PATTERNS = *.c *.h
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
#EXCLUDE = test
|
#EXCLUDE = test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue