diff options
| author | franck <franck@lumberjaph.net> | 2011-07-07 03:54:00 -0700 |
|---|---|---|
| committer | franck <franck@lumberjaph.net> | 2011-07-07 03:54:00 -0700 |
| commit | 68921293a7e510b6c9df828b3373879a7b6a0703 (patch) | |
| tree | 1bc4e9092087b8df4c6d389e461c21138f954672 /services/Makefile | |
| parent | remove header Autorization (diff) | |
| parent | Add png of intervals and indextank api. (diff) | |
| download | api-description-68921293a7e510b6c9df828b3373879a7b6a0703.tar.gz | |
Merge pull request #3 from francois2metz/intervals
Intervals
Diffstat (limited to 'services/Makefile')
| -rw-r--r-- | services/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/services/Makefile b/services/Makefile index 10a704f..93e1298 100644 --- a/services/Makefile +++ b/services/Makefile @@ -17,11 +17,12 @@ check: spore_validation.rx @$(VALIDATOR) ihackernews.json @$(VALIDATOR) ohloh.json @$(VALIDATOR) twitter.json + @$(VALIDATOR) intervals.json test: check spore_validation.rx: - wget http://github.com/SPORE/specifications/raw/master/spore_validation.rx + wget http://raw.github.com/SPORE/specifications/master/spore_validation.rx png: \ amazons3.png \ @@ -35,6 +36,8 @@ png: \ googletranslate.png \ ihackernews.png \ ohloh.png \ + intervals.png \ + indextank.png \ twitter.png @make -C github png @make -C googlemaps png |
