Tweaks based on comments

This commit is contained in:
Joe Beda
2015-01-09 09:11:26 -08:00
parent 7a806b2e57
commit 3047d2a4bc
2 changed files with 7 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ watch:
fswatch *.seqdiag | xargs -n 1 sh -c "make || true"
$(FONT):
curl -sLo $@ https://googlefontdirectory.googlecode.com/hg/apache/droidsansmono/DroidSansMono.ttf
curl -sLo $@ https://googlefontdirectory.googlecode.com/hg/apache/droidsansmono/$(FONT).ttf
%.png: %.seqdiag $(FONT)
seqdiag -a -f '$(FONT)' $<