summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-09 13:37:41 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-09 13:37:41 +0000
commit0aef026e18e33c1bf99d76e018f1e8bb20dc8a81 (patch)
tree6103be2bc4c64473238a0dcebd64203a1f1ecd8e /Makefile
parentcce3a61557394aa60e89680765453b6782af7d9a (diff)
Add cmcaps use-cases to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfb526fe..62f62dae 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,11 @@ TEST_GENERATED_FILES = \
test/output/spec.html \
$(TEST_INTROSPECT) $(TEST_ASYNC_INTROSPECT)
-doc/request.html doc/dispatch.html: %.html: %.txt
+doc/cmcaps.html doc/request.html doc/dispatch.html: %.html: %.txt
$(RST2HTML) < $< > $@
GENERATED_FILES = \
+ doc/cmcaps.html \
doc/request.html \
doc/dispatch.html \
doc/spec.html \