summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-11-17 11:51:18 +0100
committerfranck cuny <franck@lumberjaph.net>2010-11-17 11:51:18 +0100
commite03f48683b982f8b9efd4ca0dae0bd6bca7411b5 (patch)
tree552b892fb679ccd18f929e8a901b7f375c7a1ad5 /apps/Makefile
parentadd format (diff)
parentspore2dot: split note & doc (diff)
downloadapi-description-e03f48683b982f8b9efd4ca0dae0bd6bca7411b5.tar.gz
Merge branch 'master' of github.com:SPORE/api-description
* 'master' of github.com:SPORE/api-description: spore2dot: split note & doc add modularized CouchDB spore2dot: add note Ohloh: typo add the Ohloh API, http://www.ohloh.net CouchDB: an alternate description (still incomplete) spore2dot: add a detailed generation Github: rename some methods s/^get_/list_/; Github/network: missing params
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index a9a6a72..52a1661 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -3,6 +3,7 @@ VALIDATOR := perl ../utils/validator.pl --schema spore_validation.rx --descripti
SPORE2DOT := perl ../utils/spore2dot.pl
check: spore_validation.rx
+ @make -C couchdb check
@$(VALIDATOR) couchdb.json
@$(VALIDATOR) presque.json
@@ -14,6 +15,7 @@ spore_validation.rx:
png: \
couchdb.png \
presque.png
+ @make -C couchdb png
%.png : %.dot
dot -T png -o $@ $<
@@ -22,4 +24,5 @@ png: \
$(SPORE2DOT) $< > $@
clean:
+ @make -C couchdb clean
-rm *.png *.dot spore_validation.rx