Skip to content

Commit

Permalink
Fix upload-pot make target for out-of-tree build
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 11, 2012
1 parent e3ad531 commit d63ca83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -98,4 +98,6 @@ update-translations:
fi

upload-pot:
if [ ${abs_top_builddir} != $(abs_top_srcdir) ]; then \
ln -sf ${abs_top_srcdir}/.tx .tx; fi
@make -C po openconnect.pot && tx push -s
1 change: 1 addition & 0 deletions po/Makefile.am
Expand Up @@ -44,3 +44,4 @@ $(PACKAGE).pot: $(POTFILES) Makefile
--msgid-bugs-address=openconnect-devel@lists.infradead.org -o $@

EXTRA_DIST = $(POFILES) LINGUAS POTFILES.in
DISTCLEANFILES=$(PACKAGE).pot

0 comments on commit d63ca83

Please sign in to comment.