summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-08-31 05:24:17 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-08-31 05:24:17 (GMT)
commit1224114e80a902a08b89a2bfcaf0503a367b77ac (patch)
tree022f65d4babaea1437f1601a42d71e4d84a676b4 /Makefile.am
parent4e1357c5fe9210c3bc79a9d5c0f640febd1e806c (diff)
downloadmonitoring-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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 20d5590..174b19b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
3SUBDIRS = intl lib plugins plugins-scripts po 3SUBDIRS = intl lib plugins plugins-scripts po
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT \ 6 ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \
7 Helper.pm contrib pkg nagios-plugins.spec.in 7 Helper.pm contrib pkg nagios-plugins.spec.in
8 8
9ACLOCAL_AMFLAGS = -I lib 9ACLOCAL_AMFLAGS = -I lib
@@ -34,5 +34,8 @@ solpkg:
34 $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) 34 $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR)
35 cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) 35 cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR)
36 36
37THANKS: THANKS.in AUTHORS
38 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 - > $@
39
37pkgclean: 40pkgclean:
38 rm -rf $(BUILDDIR) $(PACKDIR) 41 rm -rf $(BUILDDIR) $(PACKDIR)