diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-06-09 13:37:41 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-06-09 13:37:41 +0000 |
commit | 0aef026e18e33c1bf99d76e018f1e8bb20dc8a81 (patch) | |
tree | 6103be2bc4c64473238a0dcebd64203a1f1ecd8e /Makefile | |
parent | cce3a61557394aa60e89680765453b6782af7d9a (diff) |
Add cmcaps use-cases to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |