
* Updated copyright notice to the upcoming year * Some s/DBus/D-Bus/g in the comments * Updated TODO list * Removed hardcoded version number from output file names * Added --enable-debug switch to ./configure (debug mode is now off by default) * Reordered autogen.sh (Robert Schwebel) * Removed autogenerated files (Robert Schwebel) * Fixed 'make maintainer-clean' (Robert Schebel) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9042 30a43799-04e7-0310-8b2b-ea0d24f86d0e
15 lines
202 B
Makefile
15 lines
202 B
Makefile
if DBUS_DOXYGEN_DOCS_ENABLED
|
|
|
|
EXTRA_DIST = Doxyfile.in
|
|
|
|
noinst_PROGRAMS = index.html
|
|
|
|
index_html_SOURCES = Doxyfile
|
|
|
|
index.html: Doxyfile
|
|
doxygen Doxyfile
|
|
|
|
endif
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|