diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2011-01-04 11:03:20 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2011-01-04 11:03:20 +0000 |
commit | 1c009a2431980fc985c0f2d64893860a60743b5c (patch) | |
tree | 426ffff834ee65746a9c7383d4d00ff71b284bb8 /po/Rules-quot | |
parent | * [w3m-dev 04440] Update documents (README.cookie) (diff) | |
download | w3m-1c009a2431980fc985c0f2d64893860a60743b5c.tar.gz w3m-1c009a2431980fc985c0f2d64893860a60743b5c.zip |
[w3m-dev 04441] error when 'make install'
Diffstat (limited to '')
-rw-r--r-- | po/Rules-quot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/po/Rules-quot b/po/Rules-quot index 5f46d23..af52487 100644 --- a/po/Rules-quot +++ b/po/Rules-quot @@ -4,6 +4,11 @@ DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.heade .SUFFIXES: .insert-header .po-update-en +en@quot.po-create: + $(MAKE) en@quot.po-update +en@boldquot.po-create: + $(MAKE) en@boldquot.po-update + en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en @@ -15,7 +20,7 @@ en@boldquot.po-update: en@boldquot.po-update-en ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ - if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -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 \ + 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 \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ |