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