2 dbus-cleanup-sockets.1 \
9 MAN_IN_FILES = dbus-daemon.1.in
17 dbus-specification.xml \
23 system-activation.txt \
24 $(MAN_IN_FILES) $(man_MANS)
28 dbus-specification.html \
32 if DBUS_XML_DOCS_ENABLED
33 all-local:: $(HTML_FILES)
35 EXTRA_DIST += $(HTML_FILES)
37 dbus-specification.html: dbus-specification.xml
38 $(XMLTO) html-nochunks $<
40 dbus-test-plan.html: dbus-test-plan.xml
41 $(XMLTO) html-nochunks $<
43 dbus-tutorial.html: dbus-tutorial.xml
44 $(XMLTO) html-nochunks $<
46 dbus-faq.html: dbus-faq.xml
47 $(XMLTO) html-nochunks $<
51 if DBUS_DOXYGEN_DOCS_ENABLED
52 # Use the index as a proxy for the entire doc tree.
53 DOXYGEN_HTML_INDEX = api/html/index.html
55 all-local:: $(DOXYGEN_HTML_INDEX)
57 $(DOXYGEN_HTML_INDEX): $(wildcard $(top_srcdir)/dbus/*.[ch])
58 $(AM_V_GEN)cd $(top_builddir) && doxygen Doxyfile
64 maintainer-clean-local: