diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-16 04:43:50 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-16 04:43:50 (GMT) |
commit | 774d2f6a9aa2dbc32db9e395a2538499261f97ca (patch) | |
tree | 54a0b20691637bb8e74b7323f355e167183cf823 | |
parent | 8e4edfc1ab2b38b0e82cbd28da9f56b04325775a (diff) | |
download | monitoring-plugins-774d2f6a9aa2dbc32db9e395a2538499261f97ca.tar.gz |
cosmetic line wrap before 80 chars
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@112 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 00e5962..af0e86e 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | SUBDIRS = plugins plugins-scripts | 3 | SUBDIRS = plugins plugins-scripts |
4 | 4 | ||
5 | EXTRA_DIST = REQUIREMENTS acconfig.h subst.in subst.sh Helper.pm contrib nagios-plugins.spec.in | 5 | EXTRA_DIST = REQUIREMENTS acconfig.h subst.in subst.sh Helper.pm \ |
6 | contrib nagios-plugins.spec.in | ||
6 | 7 | ||
7 | dist-hook: | 8 | dist-hook: |
8 | sed "s/PACKAGE_VERSION/@PACKAGE_VERSION@/;s/PACKAGE_RELEASE/@PACKAGE_RELEASE@/;" $(srcdir)/nagios-plugins.spec.in > $(distdir)/nagios-plugins.spec | 9 | sed "s/PACKAGE_VERSION/@PACKAGE_VERSION@/;s/PACKAGE_RELEASE/@PACKAGE_RELEASE@/;" $(srcdir)/nagios-plugins.spec.in > $(distdir)/nagios-plugins.spec |