Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=2c3cf30099f9c93e2cecd5c50fdebba19f4752a7
commit 2c3cf30099f9c93e2cecd5c50fdebba19f4752a7 Author: Miklos Vajna <[email protected]> Date: Thu Feb 26 00:52:53 2009 +0100 do not iconv manpage translations - we already do so a bit later diff --git a/Makefile.po.inc b/Makefile.po.inc index e448090..5b32f3a 100644 --- a/Makefile.po.inc +++ b/Makefile.po.inc @@ -64,7 +64,7 @@ prepare: if [ -e $(PO_DIR)/frugalwareutils/$$i/$(DOMAIN).po ]; then \ cp $(PO_DIR)/frugalwareutils/$$i/$(DOMAIN).po $$i.po; \ charset=$$(echo $(LANG_CHARSETS)|sed 's/ /\n/g'|grep ^$$i|sed 's/.*,//'); \ - if [ -n "$$charset" ]; then \ + if [ -n "$$charset" -a "$(DOMAIN)" != "mans" ]; then \ iconv -f UTF-8 -t $$charset < $$i.po > $$i.new.po; \ sed "s/UTF-8/$$charset/" $$i.new.po > $$i.po; \ rm $$i.new.po; \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
