summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile1
-rw-r--r--perl-install/share/po/Makefile3
2 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 6aa85ce82..49ff45b6d 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -30,7 +30,6 @@ clean:
find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f
check:
- $(MAKE) -C share/po check
perl -I. -Mlang -e 'lang::check'
perl -I. -Mkeyboard -e 'keyboard::check'
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