diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-08-21 15:12:57 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-08-21 15:12:57 (GMT) |
commit | ec4a9b2d3d23053b2cbd062aee71f43e37a27048 (patch) | |
tree | bcb0f020efcfe650765091e6c2204642b2e0249b /Makefile.am | |
parent | 5270c7d960f15185884f36f7f13a982ce267f265 (diff) | |
download | monitoring-plugins-ec4a9b2d3d23053b2cbd062aee71f43e37a27048.tar.gz |
Remove .svn files in distribution
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2040 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c495a70..770a798 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -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 CVS` | 22 | rm -rf `find $(distdir) -name .svn` |
23 | 23 | ||
24 | install-root: | 24 | install-root: |
25 | cd plugins-root && $(MAKE) $@ | 25 | cd plugins-root && $(MAKE) $@ |