From: Martin Mares Date: Thu, 9 Apr 2015 14:25:00 +0000 (+0200) Subject: Makefile: Fixed release machinery X-Git-Tag: v1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=HEAD;p=git-tools.git Makefile: Fixed release machinery --- diff --git a/Makefile b/Makefile index a6c170d..7327dda 100644 --- a/Makefile +++ b/Makefile @@ -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/