Browse Source
Replace invaliud bindata variable names within make task
for-closed-social
Thomas Boerger
8 years ago
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with
2 additions and
0 deletions
-
Makefile
|
|
@ -131,6 +131,8 @@ bindata: modules/bindata/bindata.go |
|
|
|
modules/bindata/bindata.go: $(BINDATA) |
|
|
|
go-bindata -o=$@ -ignore="\\.go|README.md|TRANSLATORS" -pkg=bindata conf/... |
|
|
|
go fmt $@ |
|
|
|
sed -i.bak 's/confLocaleLocale_/confLocaleLocale/' $@ |
|
|
|
rm $@.bak |
|
|
|
|
|
|
|
.PHONY: javascripts |
|
|
|
javascripts: public/js/index.js |
|
|
|