dbus-cplusplus/doc/Makefile.am
2006-09-05 13:36:22 +00:00

14 lines
179 B
Makefile

if DBUS_DOXYGEN_DOCS_ENABLED
SUBDIRS = html
EXTRA_DIST = Doxyfile.in
noinst_PROGRAMS = index.html
index_html_SOURCES = Doxyfile
index.html: Doxyfile
doxygen Doxyfile
endif