Whoops copy&paste mistake...

svn-id: r50052
This commit is contained in:
Johannes Schickel 2010-06-19 17:08:17 +00:00
parent 3b6fac3703
commit 78068df908

View File

@ -38,6 +38,6 @@ updatepot:
update-translations: updatepot $(POFILES)
@$(foreach file, $(POFILES), echo -n $(notdir $(basename $(file)))": ";msgfmt --statistic $(file);)
@rm -f messages.mo
perl $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp
perl $(srcdir)/tools/po2c $(POFILES) > $(srcdir)/common/messages.cpp
.PHONY: updatepot update-translations