summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-02-11 10:09:53 -0500
committerDave Henderson <dhenderson@gmail.com>2018-02-11 22:35:15 -0500
commit4993f633f179c348d8013b5c35fb8f602d079ccb (patch)
tree4f9ba3dbea9dcfaf31048d6f3e3466130846bff7 /Makefile
parent16810fd6cf37ff12b0ca0d1c4b5f22cfe621b90d (diff)
new logo
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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