summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 04c0288a48391ddf98653ad0758bcb58e882eda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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