mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
Whoops copy&paste mistake...
svn-id: r50052
This commit is contained in:
parent
3b6fac3703
commit
78068df908
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user