From 24f319fa4f05ad37ee82f24011cacab700b80c68 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Aug 2001 16:22:55 +0000 Subject: check presence of '$' in DrakX.pot --- perl-install/share/po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 43b32542a..753d3c309 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -38,6 +38,9 @@ install: clean: rm -f empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) +check: + @grep -F '$$' DrakX.pot && { echo "bad translation strings (contains \$$) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"; exit 1; } ||: + verif: perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES) perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' DrakX.pot -- cgit v1.2.1