From 1224114e80a902a08b89a2bfcaf0503a367b77ac Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Sun, 31 Aug 2003 05:24:17 +0000 Subject: Updated AUTHORS to include all contributors listed in comments in code and CVS for plugins and plugins-scripts. Still need to do SF git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 20d55907..174b19b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = intl lib plugins plugins-scripts po EXTRA_DIST = config.rpath \ - ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT \ + ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ Helper.pm contrib pkg nagios-plugins.spec.in ACLOCAL_AMFLAGS = -I lib @@ -34,5 +34,8 @@ solpkg: $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) +THANKS: THANKS.in AUTHORS + perl -e ' @a=<>; print sort by_last_field @a; sub by_last_field { ($$a1) = $$a =~ /\s(\w+)$$/; ($$b1) = $$b =~ /\s(\w+)$$/; $$a1 cmp $$b1}' AUTHORS | cat THANKS.in - > $@ + pkgclean: rm -rf $(BUILDDIR) $(PACKDIR) -- cgit v1.2.3