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); \
|
mv -f $(POTFILE).new $(POTFILE); \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
po/%.po: $(srcdir)/$(POTFILE)
|
%.po: $(POTFILE)
|
||||||
msgmerge $@ $(srcdir)/$(POTFILE) -o $@.new
|
msgmerge $@ $(POTFILE) -o $@.new
|
||||||
if cmp $@ $@.new >/dev/null 2>&1; then \
|
if cmp $@ $@.new >/dev/null 2>&1; then \
|
||||||
rm -f $@.new; \
|
rm -f $@.new; \
|
||||||
else \
|
else \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue