Browse Source

Replace invaliud bindata variable names within make task

tags/v1.0.0
Thomas Boerger 7 years ago
parent
commit
e93d394620
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Makefile

+ 2
- 0
Makefile View File

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

Loading…
Cancel
Save