From f31fa515b1e1f296685b761c088e98a1fd68cee8 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 25 Oct 2010 18:56:56 +0200 Subject: add a target png for picture generation --- services/github/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'services/github') diff --git a/services/github/Makefile b/services/github/Makefile index d9efd92..0b4264d 100644 --- a/services/github/Makefile +++ b/services/github/Makefile @@ -1,5 +1,6 @@ VALIDATOR := perl ../../utils/validator.pl --schema spore_validation.rx --description +SPORE2DOT := perl ../../utils/spore2dot.pl check: spore_validation.rx @$(VALIDATOR) repository.json @@ -10,5 +11,13 @@ test: check spore_validation.rx: wget http://github.com/SPORE/specifications/raw/master/spore_validation.rx +png: github.png + +%.png : %.dot + dot -T png -o $@ $< + +github.dot: user.json repository.json + $(SPORE2DOT) $^ > $@ + clean: - -rm spore_validation.rx + -rm *.png *.dot spore_validation.rx -- cgit v1.2.3