From 4df7583caa71a35d6d68c373fc0c62d1be6d955b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Apr 2007 19:34:32 +0000 Subject: re-sync after the big svn loss --- Makefile.PL | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index b348a8f3..f138dffe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -98,7 +98,7 @@ my $commonusername = "../common/"; # Additional targets sub postamble { <<"**MM**"; -.PHONY: installconfigfiles installstatedir ChangeLog +.PHONY: installconfigfiles installstatedir ChangeLog TAGS installpo: \$(MAKE) -C po install @@ -121,6 +121,14 @@ installgurpmi2: pure_install ChangeLog: svn2cl --accum --strip-prefix=soft/rpm/urpmi/trunk --authors ${commonusername}username.xml rm -f *.bak + +TAGS: + etags *.pm */*.pm + +testall: + make test + sudo make test TEST_FILES='t/superuser--*.t' + **MM** } -- cgit v1.2.1