2004-07-06 Colin Walters <walters@redhat.com>
[platform/upstream/dbus.git] / doc / Makefile.am
1 EXTRA_DIST=                                     \
2         dbus-specification.xml                  \
3         dbus-test-plan.xml                      \
4         dbus-tutorial.xml                       \
5         dcop-howto.txt                          \
6         file-boilerplate.c
7
8 HTML_FILES=                                     \
9         dbus-specification.html                 \
10         dbus-test-plan.html                     \
11         dbus-tutorial.html
12
13 if DBUS_XML_DOCS_ENABLED
14 all-local: $(HTML_FILES)
15
16 EXTRA_DIST += $(HTML_FILES)
17
18 dbus-specification.html: dbus-specification.xml
19         $(XMLTO) html-nochunks $<
20
21 dbus-test-plan.html: dbus-test-plan.xml
22         $(XMLTO) html-nochunks $<
23
24 dbus-tutorial.html: dbus-tutorial.xml
25         $(XMLTO) html-nochunks $<
26 endif
27
28 maintainer-clean-local:
29         rm -f $(HTML_FILES)