diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-06 15:58:42 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-06 15:58:42 +0000 |
commit | 317332a239b11bf98156e1f88e850556c1788f72 (patch) | |
tree | 61d11ff88220caba755d5ffc5d3ada71b7c80892 /Makefile.am | |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a45758ab..22b7fe0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" dist-hook: make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec + rm -rf `find $(distdir) -name CVS` install-root: cd plugins-root && $(MAKE) $@ |