diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-26 15:34:41 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-26 15:34:41 +0200 |
| commit | 70299c8d48ba01c4052554e4fa895e7e59d6fc08 (patch) | |
| tree | 4f0efeea3b244d89e464ad2507afa7032acbc9fa /services/github/Makefile | |
| parent | spore2dot: refactor without read_from_json() (diff) | |
| download | api-description-70299c8d48ba01c4052554e4fa895e7e59d6fc08.tar.gz | |
Github: API completed
Diffstat (limited to 'services/github/Makefile')
| -rw-r--r-- | services/github/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/services/github/Makefile b/services/github/Makefile index 0b4264d..9b344b7 100644 --- a/services/github/Makefile +++ b/services/github/Makefile @@ -3,8 +3,13 @@ VALIDATOR := perl ../../utils/validator.pl --schema spore_validation.rx --descri SPORE2DOT := perl ../../utils/spore2dot.pl check: spore_validation.rx - @$(VALIDATOR) repository.json @$(VALIDATOR) user.json + @$(VALIDATOR) issue.json + @$(VALIDATOR) gist.json + @$(VALIDATOR) network.json + @$(VALIDATOR) repository.json + @$(VALIDATOR) commit.json + @$(VALIDATOR) object.json test: check @@ -16,7 +21,14 @@ png: github.png %.png : %.dot dot -T png -o $@ $< -github.dot: user.json repository.json +github.dot: \ + user.json \ + issue.json \ + gist.json \ + network.json \ + repository.json \ + commit.json \ + object.json $(SPORE2DOT) $^ > $@ clean: |
