Yet another fix for "update-translations" in out of soucre directory builds. (Whoops...)
svn-id: r49944
This commit is contained in:
parent
10b95b93ea
commit
1028e8e0c8
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ updatepot:
|
|||
mv -f $(POTFILE).new $(POTFILE); \
|
||||
fi;
|
||||
|
||||
po/%.po: $(srcdir)/$(POTFILE)
|
||||
msgmerge $@ $(srcdir)/$(POTFILE) -o $@.new
|
||||
%.po: $(POTFILE)
|
||||
msgmerge $@ $(POTFILE) -o $@.new
|
||||
if cmp $@ $@.new >/dev/null 2>&1; then \
|
||||
rm -f $@.new; \
|
||||
else \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue