diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:17:45 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 15:17:45 +0200 |
commit | 3e3229ba507fed2d6b2a48a4cb999a73e35ee433 (patch) | |
tree | e922639d13d0494c46716016029b1f60ea169b8c | |
parent | b35df772b8bf6a12fba237557c65e5be9740cd14 (diff) | |
download | smokeping-3e3229ba507fed2d6b2a48a4cb999a73e35ee433.tar.gz smokeping-3e3229ba507fed2d6b2a48a4cb999a73e35ee433.tar.xz |
prepare for the release of smokeping-2.4.0
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -173,6 +173,8 @@ smokeping-$(VERSION).tar.gz: cp -rp build/script htdocs cp -rp build/resource htdocs cp -rp build/perl/* lib + make clean + rm -rf build cd .. tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION) rm -rf smokeping-$(VERSION) |