merge mainline into reloc
This commit is contained in:
commit
b81550843d
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* po/Rules-piglatin: Change suffix from .po-update-en to
|
||||||
|
.po-update-en-piglatin.
|
||||||
|
|
||||||
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Add a pig farm.
|
Add a pig farm.
|
||||||
|
|
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
DISTFILES.common.extra3 = piglatin.sed en@piglatin.header insert-header.sin Rules-piglatin
|
DISTFILES.common.extra3 = piglatin.sed en@piglatin.header insert-header.sin Rules-piglatin
|
||||||
|
|
||||||
.SUFFIXES: .insert-header .po-update-en
|
.SUFFIXES: .insert-header .po-update-en-piglatin
|
||||||
|
|
||||||
en@piglatin.po-create:
|
en@piglatin.po-create:
|
||||||
$(MAKE) en@piglatin.po-update
|
$(MAKE) en@piglatin.po-update
|
||||||
|
|
||||||
en@piglatin.po-update: en@piglatin.po-update-en
|
en@piglatin.po-update: en@piglatin.po-update-en
|
||||||
|
|
||||||
.insert-header.po-update-en:
|
.insert-header.po-update-en-piglatin:
|
||||||
@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
|
@lang=`echo $@ | sed -e 's/\.po-update-en-piglatin$$//'`; \
|
||||||
if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
|
if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
|
||||||
tmpdir=`pwd`; \
|
tmpdir=`pwd`; \
|
||||||
echo "$$lang:"; \
|
echo "$$lang:"; \
|
||||||
|
|
Loading…
Reference in a new issue