diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-21 00:12:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-21 00:12:22 +0000 |
commit | cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b (patch) | |
tree | 7dc61fa5505ceed8262301544875a8d2e3ffe2a1 /perl-install/Makefile | |
parent | 311f324fb8db9a99cf7e1ed2cac799a898b38301 (diff) | |
download | drakx-cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b.tar drakx-cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b.tar.gz drakx-cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b.tar.bz2 drakx-cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b.tar.xz drakx-cfd7436aafb1cbe3da3af4552e5b85ee9d3e651b.zip |
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)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 0 insertions, 1 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' |