|
|
@ -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 |
|
|
|