summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-09 16:39:22 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-09 16:39:22 +0000
commitbc7c855ec72fd765000a1650cb4cf442367d29e3 (patch)
treef9513a2626792f5b8935837349cc0f12799bc9f6 /Makefile
parent180ea13bb5f82846816b2a6cb40ef546eccad479 (diff)
Add use cases for client capabilities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 62f62dae..98c3e86e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,13 +26,13 @@ TEST_GENERATED_FILES = \
test/output/spec.html \
$(TEST_INTROSPECT) $(TEST_ASYNC_INTROSPECT)
-doc/cmcaps.html doc/request.html doc/dispatch.html: %.html: %.txt
+RST = doc/cmcaps.txt doc/clientcaps.txt doc/request.txt doc/dispatch.txt
+
+$(patsubst %.txt,%.html,$(RST)): %.html: %.txt Makefile
$(RST2HTML) < $< > $@
GENERATED_FILES = \
- doc/cmcaps.html \
- doc/request.html \
- doc/dispatch.html \
+ $(patsubst %.txt,%.html,$(RST)) \
doc/spec.html \
doc/telepathy-spec.devhelp2 \
$(INTROSPECT) $(ASYNC_INTROSPECT) \