diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 17:31:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-10 17:31:53 +0200 |
commit | 9dd3d5370282a4ef62977d33ebb7ecda4efe7a91 (patch) | |
tree | a400a7edc03d190e113566380c691d619655a9a8 /Makefile | |
parent | 32d5832640525150ef005ec7dc755507051291cd (diff) | |
download | smokeping-9dd3d5370282a4ef62977d33ebb7ecda4efe7a91.tar.gz smokeping-9dd3d5370282a4ef62977d33ebb7ecda4efe7a91.tar.xz |
prepare for the release of smokeping-2.4.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ smokeping-$(VERSION).tar.gz: cp -rp build/perl/* ../lib;\ make clean; \ rm -rf build) - $(PERL) -i~ -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js + $(PERL) -i -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION) rm -rf smokeping-$(VERSION) |