diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-08-31 05:24:17 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-08-31 05:24:17 +0000 |
commit | 1224114e80a902a08b89a2bfcaf0503a367b77ac (patch) | |
tree | 022f65d4babaea1437f1601a42d71e4d84a676b4 /Makefile.am | |
parent | 4e1357c5fe9210c3bc79a9d5c0f640febd1e806c (diff) | |
download | monitoring-plugins-1224114e80a902a08b89a2bfcaf0503a367b77ac.tar.gz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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) |