diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2018-02-11 10:09:53 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2018-02-11 22:35:15 -0500 |
| commit | 4993f633f179c348d8013b5c35fb8f602d079ccb (patch) | |
| tree | 4f9ba3dbea9dcfaf31048d6f3e3466130846bff7 /Makefile | |
| parent | 16810fd6cf37ff12b0ca0d1c4b5f22cfe621b90d (diff) | |
new logo
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
