diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:06:23 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-10-28 13:06:23 +0100 |
commit | cf006837234c697cb37bd1d2acb6955ac34d513e (patch) | |
tree | 69166100017d010cf57df635f8b4b335eb9b7020 /Makefile | |
parent | 306b180bcc0469dbafa9ebe27ad517aaf533a1c0 (diff) | |
download | smokeping-cf006837234c697cb37bd1d2acb6955ac34d513e.tar.gz smokeping-cf006837234c697cb37bd1d2acb6955ac34d513e.tar.xz |
prepare for the release of smokeping-2.2.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -153,10 +153,10 @@ killdoc: doc: killdoc ref examples man html txt rename-man # patch first so Smokeping.pm is older than smokeping_config.pod in the tarball -tar: commit +tar: patch commit svn checkout $(SVNREPO)/trunk/software smokeping-$(VERSION) - (cd smokeping-$(VERSION) && make patch && make doc) - tar --exclude .svn czvf smokeping-$(VERSION).tar.gz smokeping-$(VERSION) + (cd smokeping-$(VERSION) && make doc) + tar czvf smokeping-$(VERSION).tar.gz --exclude .svn smokeping-$(VERSION) rm -rf smokeping-$(VERSION) commit: |