From 4993f633f179c348d8013b5c35fb8f602d079ccb Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 11 Feb 2018 10:09:53 -0500 Subject: new logo Signed-off-by: Dave Henderson --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 105c6bcf..cb48ee61 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,11 @@ docs/themes/hugo-material-docs: gen-docs: docs/themes/hugo-material-docs cd docs/; hugo +# this target doesn't usually get used - it's mostly here as a reminder to myself +# hint: make sure CLOUDCONVERT_API_KEY is set ;) +gomplate.png: gomplate.svg + cloudconvert -f png -c density=288 $^ + ifeq ("$(CI)","true") lint: gometalinter -j 1 --vendor --deadline 120s --disable gotype --enable gofmt --enable goimports --enable misspell --enable unused --disable gas -- cgit v1.2.3