Parcourir la source

Replace invaliud bindata variable names within make task

tags/v1.0.0
Thomas Boerger il y a 7 ans
Parent
révision
e93d394620
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      Makefile

+ 2
- 0
Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer