From cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 21 Jan 2004 00:12:22 +0000 Subject: remove checking "$" in po strings, perl_checker takes care of this correctly (ie. N("a\$b") will get string "a$b" in po which is ok, whereas N("a$b") gives an error) --- perl-install/share/po/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 07355143c..2dca05819 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -47,9 +47,6 @@ install: clean: @rm -rf drakx-help.xml .memdump doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) -check: - @grep '[^\\]\$$' DrakX.pot && { echo 'bad translation strings (contains $$) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^'; exit 1; } ||: - verif: perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES_HERE) perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' DrakX.pot -- cgit v1.2.1