summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-23 00:28:41 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-23 00:28:41 +0000
commit76ee87af5b5007839012259304cce50a43e69638 (patch)
treec293c4a139d41630af05b606c02453bbae4b829b /doc/Makefile.am
parenta5671a72d00cf33224371e268b6e39897c4b45c8 (diff)
the new tutorial/FAQ
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7df331c5..11f7db96 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,5 @@
EXTRA_DIST= \
+ dbus-faq.xml \
dbus-specification.xml \
dbus-test-plan.xml \
dbus-tutorial.xml \
@@ -6,6 +7,7 @@ EXTRA_DIST= \
file-boilerplate.c
HTML_FILES= \
+ dbus-faq.html \
dbus-specification.html \
dbus-test-plan.html \
dbus-tutorial.html
@@ -23,6 +25,10 @@ dbus-test-plan.html: dbus-test-plan.xml
dbus-tutorial.html: dbus-tutorial.xml
$(XMLTO) html-nochunks $<
+
+dbus-faq.html: dbus-faq.xml
+ $(XMLTO) html-nochunks $<
+
endif
maintainer-clean-local: