diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-06 15:58:42 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-06 15:58:42 (GMT) |
commit | 317332a239b11bf98156e1f88e850556c1788f72 (patch) | |
tree | 61d11ff88220caba755d5ffc5d3ada71b7c80892 | |
parent | 5e7e56b38118efebae12f24237475cbcff2c2c23 (diff) | |
download | monitoring-plugins-317332a239b11bf98156e1f88e850556c1788f72.tar.gz |
Remove CVS files from distribution
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1542 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a45758a..22b7fe0 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -16,6 +16,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" | |||
16 | 16 | ||
17 | dist-hook: | 17 | dist-hook: |
18 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec | 18 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec |
19 | rm -rf `find $(distdir) -name CVS` | ||
19 | 20 | ||
20 | install-root: | 21 | install-root: |
21 | cd plugins-root && $(MAKE) $@ | 22 | cd plugins-root && $(MAKE) $@ |