aboutsummaryrefslogtreecommitdiff
path: root/po/Rules-quot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-27 19:50:10 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-27 19:50:10 +0000
commit2eed057f8535501052b2335bc3f0a362197ad617 (patch)
treebb4c1ed18d7bc53f0352a2dbfb65e1207105ead5 /po/Rules-quot
parent50c38f10458a775b2b7462de6c686f1c76c5039e (diff)
downloadgnunet-2eed057f8535501052b2335bc3f0a362197ad617.tar.gz
gnunet-2eed057f8535501052b2335bc3f0a362197ad617.zip
downgrade to gettext 0.18.3 for more sane availability
Diffstat (limited to 'po/Rules-quot')
-rw-r--r--po/Rules-quot13
1 files changed, 1 insertions, 12 deletions
diff --git a/po/Rules-quot b/po/Rules-quot
index 9dc963076..5931e5392 100644
--- a/po/Rules-quot
+++ b/po/Rules-quot
@@ -1,4 +1,3 @@
1# This file, Rules-quot, can be copied and used freely without restrictions.
2# Special Makefile rules for English message catalogs with quotation marks. 1# Special Makefile rules for English message catalogs with quotation marks.
3 2
4DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot 3DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
@@ -21,17 +20,7 @@ en@boldquot.po-update: en@boldquot.po-update-en
21 ll=`echo $$lang | sed -e 's/@.*//'`; \ 20 ll=`echo $$lang | sed -e 's/@.*//'`; \
22 LC_ALL=C; export LC_ALL; \ 21 LC_ALL=C; export LC_ALL; \
23 cd $(srcdir); \ 22 cd $(srcdir); \
24 if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \ 23 if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
25 | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
26 { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
27 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
28 $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
29 ;; \
30 *) \
31 $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
32 ;; \
33 esac } 2>/dev/null > $$tmpdir/$$lang.new.po \
34 ; then \
35 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 24 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
36 rm -f $$tmpdir/$$lang.new.po; \ 25 rm -f $$tmpdir/$$lang.new.po; \
37 else \ 26 else \