X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=7327ddabcebca46a60c607409b10571a8e2e2e18;hb=HEAD;hp=5802ec19505bba7fd879ff15b87004b307695631;hpb=751f32aa54e6ec9b20da6a53769ffdf1584f4db3;p=git-tools.git diff --git a/Makefile b/Makefile index 5802ec1..7327dda 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0 +VERSION=1.1 ARCHIVE=git-tools-$(VERSION).tar.gz all: @@ -8,5 +8,5 @@ release: git push --tags git archive --format=tar --prefix=git-tools-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ - ssh jw "cd www && bin/release-prog git-tools $(VERSION)" + ssh jw "cd web && bin/release-prog git-tools $(VERSION)" mv $(ARCHIVE) ~/archives/mj/