summaryrefslogtreecommitdiff
path: root/services/Makefile
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2011-06-06 19:13:27 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2011-06-06 19:13:27 +0200
commit979a4e0686d753019dca7d18611a9cd862d20eb7 (patch)
tree0b79e9143d5c564568f8802ff43062ccf18c8f5d /services/Makefile
parentadd Google Page Speed Online service (diff)
downloadapi-description-979a4e0686d753019dca7d18611a9cd862d20eb7.tar.gz
add Google Maps services
Diffstat (limited to 'services/Makefile')
-rw-r--r--services/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/Makefile b/services/Makefile
index a64ec10..54d72c2 100644
--- a/services/Makefile
+++ b/services/Makefile
@@ -3,6 +3,7 @@ SPORE2DOT := perl ../utils/spore2dot.pl
check: spore_validation.rx
@make -C github check
+ @make -C googlemaps check
@$(VALIDATOR) amazons3.json
@$(VALIDATOR) backtweet.json
@$(VALIDATOR) backtype.json
@@ -33,6 +34,7 @@ png: \
ohloh.png \
twitter.png
@make -C github png
+ @make -C googlemaps png
%.png : %.dot
dot -T png -o $@ $<
@@ -42,4 +44,5 @@ png: \
clean:
@make -C github clean
+ @make -C googlemaps clean
-rm *.png *.dot spore_validation.rx