diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-15 23:32:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-15 23:32:53 +0000 |
commit | 61c1818aed968ea2f394c4a6a7f229a48b775480 (patch) | |
tree | 0e65ba9e6d4ea2b4e4c997f6a56234b661850fc8 /perl-install | |
parent | db1af44e53af96ce7daba9c94eac62e4f32d6465 (diff) | |
download | drakx-backup-do-not-use-61c1818aed968ea2f394c4a6a7f229a48b775480.tar drakx-backup-do-not-use-61c1818aed968ea2f394c4a6a7f229a48b775480.tar.gz drakx-backup-do-not-use-61c1818aed968ea2f394c4a6a7f229a48b775480.tar.bz2 drakx-backup-do-not-use-61c1818aed968ea2f394c4a6a7f229a48b775480.tar.xz drakx-backup-do-not-use-61c1818aed968ea2f394c4a6a7f229a48b775480.zip |
(check): add lang::check checking
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 2a1039fab..fc74b38f7 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -17,6 +17,7 @@ clean: check: $(MAKE) -C share/po check + perl -I. -Mlang -e 'lang::check' tar-drakxtools: clean rm -rf standalone/pixmaps |