aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle D <kdumontnu@gmail.com>2020-12-18 20:17:27 -0500
committerGitHub <noreply@github.com>2020-12-18 20:17:27 -0500
commit4cd94e3689b256b6578da3c35ad52872bcea634f (patch)
tree2ae79e1fdd9ab1a11f9d361daef719f1a60fb84f /Makefile
parente25e7b9598241947e83977b3ea6f8349cfdaa050 (diff)
downloadgitea-4cd94e3689b256b6578da3c35ad52872bcea634f.tar.gz
gitea-4cd94e3689b256b6578da3c35ad52872bcea634f.zip
gitea png to logo (#13974)
* gitea png to logo.svg * gitea safari svg to logo * minify svgs * Update english docs * Update missing section on customizing logo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb2f181d29..e3057d99ee 100644
--- a/Makefile
+++ b/Makefile
@@ -699,7 +699,7 @@ generate-gitignore:
.PHONY: generate-images
generate-images:
npm install --no-save --no-package-lock fabric imagemin-zopfli
- node build/generate-images.js
+ node build/generate-images.js $(TAGS)
.PHONY: pr\#%
pr\#%: clean-all