summaryrefslogtreecommitdiff
path: root/clustering/Makefile
diff options
context:
space:
mode:
authorJoe Beda <joe.github@bedafamily.com>2015-01-26 10:34:44 -0800
committerJoe Beda <joe.github@bedafamily.com>2015-01-26 10:35:20 -0800
commitf7b6bd0a26a9fae8d3b90378d02ca6a3f7b2c548 (patch)
tree4c7d6804cc80e2074215cbd39d11faed7fd9eafb /clustering/Makefile
parentbab87d954eded80b96f38ba9f38c4d3a32fd15d7 (diff)
Small tweaks to sequence diagram generation.
Fix up name of font download and no transparency so it is easier to iterate.
Diffstat (limited to 'clustering/Makefile')
-rw-r--r--clustering/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clustering/Makefile b/clustering/Makefile
index c4095421..298479f1 100644
--- a/clustering/Makefile
+++ b/clustering/Makefile
@@ -10,7 +10,7 @@ watch:
fswatch *.seqdiag | xargs -n 1 sh -c "make || true"
$(FONT):
- curl -sLo $@ https://googlefontdirectory.googlecode.com/hg/apache/droidsansmono/$(FONT).ttf
+ curl -sLo $@ https://googlefontdirectory.googlecode.com/hg/apache/droidsansmono/$(FONT)
%.png: %.seqdiag $(FONT)
- seqdiag -a -f '$(FONT)' $<
+ seqdiag --no-transparency -a -f '$(FONT)' $<