summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-07 01:23:30 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-07 01:23:30 (GMT)
commitaf0032e16aa77eb52e073ba8c83844bcc6d3865c (patch)
tree4b50ad6c0798cb4f028f677051c9dd10d153d8d2 /tools
parent8eebfe825c1ed18a02d8a89ad6c75637a4fd847b (diff)
downloadmonitoring-plugins-af0032e16aa77eb52e073ba8c83844bcc6d3865c.tar.gz
make must be run before make dist to creat language files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@653 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sfsnapshot2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot
index e3e212e..7714aef 100755
--- a/tools/sfsnapshot
+++ b/tools/sfsnapshot
@@ -43,6 +43,8 @@ function make_dist {
43 tools/setup 43 tools/setup
44 ./configure 44 ./configure
45 45
46 make
47
46 # Make the Nagiosplug dist tarball 48 # Make the Nagiosplug dist tarball
47 make dist 49 make dist
48 50