Rules-quot (flex-2.6.3) | : | Rules-quot (flex-2.6.4) | ||
---|---|---|---|---|
# This file, Rules-quot, can be copied and used freely without restrictions. | ||||
# Special Makefile rules for English message catalogs with quotation marks. | # Special Makefile rules for English message catalogs with quotation marks. | |||
DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.heade r insert-header.sin Rules-quot | DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.heade r insert-header.sin Rules-quot | |||
.SUFFIXES: .insert-header .po-update-en | .SUFFIXES: .insert-header .po-update-en | |||
en@quot.po-create: | en@quot.po-create: | |||
$(MAKE) en@quot.po-update | $(MAKE) en@quot.po-update | |||
en@boldquot.po-create: | en@boldquot.po-create: | |||
$(MAKE) en@boldquot.po-update | $(MAKE) en@boldquot.po-update | |||
en@quot.po-update: en@quot.po-update-en | en@quot.po-update: en@quot.po-update-en | |||
en@boldquot.po-update: en@boldquot.po-update-en | en@boldquot.po-update: en@boldquot.po-update-en | |||
.insert-header.po-update-en: | .insert-header.po-update-en: | |||
@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ | @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ | |||
if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GE TTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ | if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTL IBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ | |||
tmpdir=`pwd`; \ | tmpdir=`pwd`; \ | |||
echo "$$lang:"; \ | echo "$$lang:"; \ | |||
ll=`echo $$lang | sed -e 's/@.*//'`; \ | ll=`echo $$lang | sed -e 's/@.*//'`; \ | |||
LC_ALL=C; export LC_ALL; \ | LC_ALL=C; export LC_ALL; \ | |||
cd $(srcdir); \ | cd $(srcdir); \ | |||
if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | 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 | |||
| $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ | -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; t | |||
{ case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ | hen \ | |||
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ | ||||
$(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ | ||||
;; \ | ||||
*) \ | ||||
$(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ | ||||
;; \ | ||||
esac } 2>/dev/null > $$tmpdir/$$lang.new.po \ | ||||
; then \ | ||||
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ | if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ | |||
rm -f $$tmpdir/$$lang.new.po; \ | rm -f $$tmpdir/$$lang.new.po; \ | |||
else \ | else \ | |||
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ | if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ | |||
:; \ | :; \ | |||
else \ | else \ | |||
echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new .po to $$lang.po" 1>&2; \ | echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new .po to $$lang.po" 1>&2; \ | |||
exit 1; \ | exit 1; \ | |||
fi; \ | fi; \ | |||
fi; \ | fi; \ | |||
End of changes. 3 change blocks. | ||||
14 lines changed or deleted | 5 lines changed or added |