diff --git a/Makefile.am b/Makefile.am index a97418e..616019b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,8 @@ check-translations: done; update-translations: create-pot check-translations - @tx pull --all --force --skip + @tx -r $(srcdir) pull --all --force --skip + @if [ ! -d .tx ] ; then mkdir .tx ; fi ; cp -f $(srcdir)/.tx/config .tx/ @tx push --source -include $(top_srcdir)/git.mk