summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-19 20:42:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-19 20:42:32 +0000
commit91a49a49d0b6a7713e644a79412fd5307d7cb335 (patch)
tree1b6565ed1b795510b9f29660840eb08ec83b45bc /Makefile
parent2375b0413acc1f3e6659fc110c13bcc061cd320d (diff)
downloadperl_checker-91a49a49d0b6a7713e644a79412fd5307d7cb335.tar
perl_checker-91a49a49d0b6a7713e644a79412fd5307d7cb335.tar.gz
perl_checker-91a49a49d0b6a7713e644a79412fd5307d7cb335.tar.bz2
perl_checker-91a49a49d0b6a7713e644a79412fd5307d7cb335.tar.xz
perl_checker-91a49a49d0b6a7713e644a79412fd5307d7cb335.zip
- perl_checker: many new features including
- checking methods being available - checking unused functions - saving parsed file in .perl_checker.cache - new instruction "Basedir .." in .perl_checker (useful for gi/perl-install/standalone/.perl_checker)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cca86d..ccb9190 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ install: clean all
install perl_checker.src/perl_checker $(BINDIR)
install -m 644 MDK/Common.pm $(INSTALLVENDORLIB)/MDK
install -m 644 MDK/Common/*.pm $(INSTALLVENDORLIB)/MDK/Common
+ cp -r perl_checker_fake_packages $(INSTALLVENDORLIB)
rpm: update tar build commit