the new tutorial/FAQ
[platform/upstream/dbus.git] / doc / Makefile.am
1 EXTRA_DIST=                                     \
2         dbus-faq.xml                            \
3         dbus-specification.xml                  \
4         dbus-test-plan.xml                      \
5         dbus-tutorial.xml                       \
6         dcop-howto.txt                          \
7         file-boilerplate.c
8
9 HTML_FILES=                                     \
10         dbus-faq.html                           \
11         dbus-specification.html                 \
12         dbus-test-plan.html                     \
13         dbus-tutorial.html
14
15 if DBUS_XML_DOCS_ENABLED
16 all-local: $(HTML_FILES)
17
18 EXTRA_DIST += $(HTML_FILES)
19
20 dbus-specification.html: dbus-specification.xml
21         $(XMLTO) html-nochunks $<
22
23 dbus-test-plan.html: dbus-test-plan.xml
24         $(XMLTO) html-nochunks $<
25
26 dbus-tutorial.html: dbus-tutorial.xml
27         $(XMLTO) html-nochunks $<
28
29 dbus-faq.html: dbus-faq.xml
30         $(XMLTO) html-nochunks $<
31
32 endif
33
34 maintainer-clean-local:
35         rm -f $(HTML_FILES)