mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
This commit is contained in:
2
Makefile
2
Makefile
@@ -34,7 +34,7 @@ release: build pack
|
||||
bindata: modules/bindata/bindata.go
|
||||
|
||||
modules/bindata/bindata.go: $(DATA_FILES)
|
||||
go-bindata -o=$@ -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
|
||||
go-bindata -o=$@ -ignore="\\.DS_Store|README.md|TRANSLATORS" -pkg=bindata conf/...
|
||||
|
||||
less: public/css/gogs.css
|
||||
|
||||
|
Reference in New Issue
Block a user