diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-07 01:23:30 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-07 01:23:30 (GMT) |
commit | af0032e16aa77eb52e073ba8c83844bcc6d3865c (patch) | |
tree | 4b50ad6c0798cb4f028f677051c9dd10d153d8d2 | |
parent | 8eebfe825c1ed18a02d8a89ad6c75637a4fd847b (diff) | |
download | monitoring-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
-rwxr-xr-x | tools/sfsnapshot | 2 |
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 | ||