locale/Makefile in foreman_puppet-0.0.2 vs locale/Makefile in foreman_puppet-0.1.0

- old
+ new

@@ -4,10 +4,10 @@ # make all-mo (default) - generate MO files # make check - check translations using translate-tool # make tx-update - download and merge translations from Transifex # make clean - clean everything # -DOMAIN = foreman_puppet_enc +DOMAIN = foreman_puppet VERSION = $(shell ruby -e 'require "rubygems";spec = Gem::Specification::load(Dir.glob("../*.gemspec")[0]);puts spec.version') POTFILE = $(DOMAIN).pot MOFILE = $(DOMAIN).mo POFILES = $(shell find . -name '$(DOMAIN).po') MOFILES = $(patsubst %.po,%.mo,$(POFILES))