dbus/doc/Makefile.am

38 lines
707 B
Text
Raw Normal View History

2002-11-21 16:41:33 +00:00
EXTRA_DIST= \
busconfig.dtd \
introspect.dtd \
2005-01-23 00:28:41 +00:00
dbus-faq.xml \
dbus-specification.xml \
dbus-test-plan.xml \
dbus-tutorial.xml \
2002-11-21 16:41:33 +00:00
dcop-howto.txt \
file-boilerplate.c
HTML_FILES= \
2005-01-23 00:28:41 +00:00
dbus-faq.html \
dbus-specification.html \
dbus-test-plan.html \
dbus-tutorial.html
if DBUS_XML_DOCS_ENABLED
all-local: $(HTML_FILES)
EXTRA_DIST += $(HTML_FILES)
dbus-specification.html: dbus-specification.xml
$(XMLTO) html-nochunks $<
dbus-test-plan.html: dbus-test-plan.xml
$(XMLTO) html-nochunks $<
dbus-tutorial.html: dbus-tutorial.xml
$(XMLTO) html-nochunks $<
2005-01-23 00:28:41 +00:00
dbus-faq.html: dbus-faq.xml
$(XMLTO) html-nochunks $<
endif
maintainer-clean-local:
rm -f $(HTML_FILES)