7 dbus-specification.xml \
17 dbus-specification.html \
21 if DBUS_XML_DOCS_ENABLED
22 all-local:: $(HTML_FILES)
24 EXTRA_DIST += $(HTML_FILES)
26 dbus-specification.html: dbus-specification.xml
27 $(XMLTO) html-nochunks $<
29 dbus-test-plan.html: dbus-test-plan.xml
30 $(XMLTO) html-nochunks $<
32 dbus-tutorial.html: dbus-tutorial.xml
33 $(XMLTO) html-nochunks $<
35 dbus-faq.html: dbus-faq.xml
36 $(XMLTO) html-nochunks $<
40 if DBUS_DOXYGEN_DOCS_ENABLED
41 # Use the index as a proxy for the entire doc tree.
42 DOXYGEN_HTML_INDEX = api/html/index.html
44 all-local:: $(DOXYGEN_HTML_INDEX)
46 $(DOXYGEN_HTML_INDEX): $(wildcard $(top_srcdir)/dbus/*.[ch])
47 $(AM_V_GEN)cd $(top_builddir) && doxygen Doxyfile
53 maintainer-clean-local: