diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /Makefile.am | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0452133..3cd939a 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -5,7 +5,7 @@ SUBDIRS = gl @INCLUDE_TAP_DIR@ lib plugins plugins-scripts plugins-root po @PERL | |||
5 | # Have to list TAP_DIR manually to get in distribution | 5 | # Have to list TAP_DIR manually to get in distribution |
6 | EXTRA_DIST = config.rpath \ | 6 | EXTRA_DIST = config.rpath \ |
7 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ | 7 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \ |
8 | REQUIREMENTS SUPPORT THANKS \ | 8 | NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ |
9 | NPTest.pm contrib pkg nagios-plugins.spec \ | 9 | NPTest.pm contrib pkg nagios-plugins.spec \ |
10 | config_test/Makefile config_test/run_tests config_test/child_test.c \ | 10 | config_test/Makefile config_test/run_tests config_test/child_test.c \ |
11 | perlmods tools/build_perl_modules \ | 11 | perlmods tools/build_perl_modules \ |
@@ -19,7 +19,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" | |||
19 | 19 | ||
20 | dist-hook: | 20 | dist-hook: |
21 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec | 21 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec |
22 | rm -rf `find $(distdir) -name .svn` | 22 | echo ${VERSION} >$(distdir)/version |
23 | 23 | ||
24 | install-root: | 24 | install-root: |
25 | cd plugins-root && $(MAKE) $@ | 25 | cd plugins-root && $(MAKE) $@ |
@@ -62,3 +62,4 @@ THANKS: THANKS.in | |||
62 | 62 | ||
63 | pkgclean: | 63 | pkgclean: |
64 | rm -rf $(BUILDDIR) $(PACKDIR) | 64 | rm -rf $(BUILDDIR) $(PACKDIR) |
65 | |||