Replace invaliud bindata variable names within make task
parent
6dd2c3b2db
commit
e93d394620
2
Makefile
2
Makefile
|
@ -131,6 +131,8 @@ bindata: modules/bindata/bindata.go
|
||||||
modules/bindata/bindata.go: $(BINDATA)
|
modules/bindata/bindata.go: $(BINDATA)
|
||||||
go-bindata -o=$@ -ignore="\\.go|README.md|TRANSLATORS" -pkg=bindata conf/...
|
go-bindata -o=$@ -ignore="\\.go|README.md|TRANSLATORS" -pkg=bindata conf/...
|
||||||
go fmt $@
|
go fmt $@
|
||||||
|
sed -i.bak 's/confLocaleLocale_/confLocaleLocale/' $@
|
||||||
|
rm $@.bak
|
||||||
|
|
||||||
.PHONY: javascripts
|
.PHONY: javascripts
|
||||||
javascripts: public/js/index.js
|
javascripts: public/js/index.js
|
||||||
|
|
Loading…
Reference in New Issue