diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-01-20 23:39:59 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-01-20 23:39:59 +0000 |
commit | 91676189c8cfcca1e11346adaf0ddd64371cb18c (patch) | |
tree | 6babe8a449cd996b81f5a42df31d64fc7579d2fb /Makefile.am | |
parent | 51b72e3e2b6bca8967c92a0301c501f419c21c0a (diff) | |
download | monitoring-plugins-91676189c8cfcca1e11346adaf0ddd64371cb18c.tar.gz |
The AUTHORS file now used for the plugin team, with THANKS.in as the
contributors list.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1089 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 59378483..41d1f17f 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,7 +3,7 @@ | |||
3 | SUBDIRS = intl lib plugins plugins-scripts m4 po | 3 | SUBDIRS = intl lib plugins plugins-scripts m4 po |
4 | 4 | ||
5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_DIST = config.rpath \ |
6 | ABOUT-NLS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ | 6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ |
7 | Helper.pm contrib pkg nagios-plugins.spec | 7 | Helper.pm contrib pkg nagios-plugins.spec |
8 | 8 | ||
9 | ACLOCAL_AMFLAGS = -I m4 | 9 | ACLOCAL_AMFLAGS = -I m4 |
@@ -38,7 +38,7 @@ solpkg: | |||
38 | $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) | 38 | $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) |
39 | cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) | 39 | cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) |
40 | 40 | ||
41 | THANKS: AUTHORS | 41 | THANKS: THANKS.in |
42 | @echo "This software is brought to you by the Nagios Plugins Development Team. However," > $@ | 42 | @echo "This software is brought to you by the Nagios Plugins Development Team. However," > $@ |
43 | @echo "there have been many contributors to this project. Everyone below has helped in " >> $@ | 43 | @echo "there have been many contributors to this project. Everyone below has helped in " >> $@ |
44 | @echo "raising bug reports, creating patches or contributing new plugins." >> $@ | 44 | @echo "raising bug reports, creating patches or contributing new plugins." >> $@ |