Skip to content

Commit

Permalink
Gather .po files in correct directory
Browse files Browse the repository at this point in the history
Linux build issue.
  • Loading branch information
Matthew Mott committed Jan 23, 2011
1 parent 130f35b commit e8955f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/i18n/Makefile.in.in
Expand Up @@ -189,7 +189,7 @@ $(srcdir)/$(DOMAIN).pot:

# This target rebuilds a PO file if $(DOMAIN).pot has changed.
# Note that a PO file is not touched if it doesn't need to be changed.
$(POFILES): $(srcdir)/$(DOMAIN).pot
$(POFILES): $(srcdir)/$(DOMAIN).pot gather-po-files
@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
if test -f "$(srcdir)/$${lang}.po"; then \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
Expand Down

0 comments on commit e8955f3

Please sign in to comment.