diff options
author | Johannes Schickel | 2010-06-19 17:06:37 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-06-19 17:06:37 +0000 |
commit | 3b6fac3703a76192022bfbf8bc513f424ee1872c (patch) | |
tree | 50dbc2f163e693069c7e9cb8240cc763a1689a3f /po | |
parent | 721db3eccb82e27d1169a46b282975534ce106fe (diff) | |
download | scummvm-rg350-3b6fac3703a76192022bfbf8bc513f424ee1872c.tar.gz scummvm-rg350-3b6fac3703a76192022bfbf8bc513f424ee1872c.tar.bz2 scummvm-rg350-3b6fac3703a76192022bfbf8bc513f424ee1872c.zip |
Comment out rule for common/messages.cpp for now and make update-translations update common/messages.cpp directly.
svn-id: r50051
Diffstat (limited to 'po')
-rw-r--r-- | po/module.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/po/module.mk b/po/module.mk index c9b0e6c1f4..0159759c4d 100644 --- a/po/module.mk +++ b/po/module.mk @@ -32,11 +32,12 @@ updatepot: mv -f $@.new $@; \ fi; -$(srcdir)/common/messages.cpp: $(POFILES) - perl $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp +#$(srcdir)/common/messages.cpp: $(POFILES) +# perl $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp -update-translations: updatepot $(srcdir)/common/messages.cpp +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 .PHONY: updatepot update-translations |