summaryrefslogtreecommitdiffstats
path: root/gettext-tools/po
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-06-03 21:05:57 +0200
committerBruno Haible <bruno@clisp.org>2012-06-03 21:05:57 +0200
commitc971a7da9f84c9e468bef674f1971a7065577101 (patch)
treee1ef04c49636eebdc63bb35374b8f3cd3f66f176 /gettext-tools/po
parent6c2ca89624b1d867fd072a34b2a298fc08a16a0d (diff)
downloadexternal_gettext-c971a7da9f84c9e468bef674f1971a7065577101.zip
external_gettext-c971a7da9f84c9e468bef674f1971a7065577101.tar.gz
external_gettext-c971a7da9f84c9e468bef674f1971a7065577101.tar.bz2
Rules.quot: Reenable use of build gettext tools in gettext package.
Diffstat (limited to 'gettext-tools/po')
-rw-r--r--gettext-tools/po/ChangeLog6
-rw-r--r--gettext-tools/po/Rules-quot2
2 files changed, 7 insertions, 1 deletions
diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog
index d3817a9..bf1a89f 100644
--- a/gettext-tools/po/ChangeLog
+++ b/gettext-tools/po/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-19 Bruno Haible <bruno@clisp.org>
+
+ Rules.quot: Reenable use of build gettext tools in gettext package.
+ * Rules-quot (.insert-header.po-update-en): Augment PATH in the
+ gettext-tools package.
+
2011-08-11 Paul Eggert <eggert@cs.ucla.edu>
Makefile.in.in: fix make -q problem
diff --git a/gettext-tools/po/Rules-quot b/gettext-tools/po/Rules-quot
index af52487..d2ac20d 100644
--- a/gettext-tools/po/Rules-quot
+++ b/gettext-tools/po/Rules-quot
@@ -14,7 +14,7 @@ en@boldquot.po-update: en@boldquot.po-update-en
.insert-header.po-update-en:
@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
- if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
+ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
tmpdir=`pwd`; \
echo "$$lang:"; \
ll=`echo $$lang | sed -e 's/@.*//'`; \