X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=7327ddabcebca46a60c607409b10571a8e2e2e18;hb=HEAD;hp=a6c170d5a8af0593c5334bc1d8e7747843a951bd;hpb=bc8c12f5d2764334131d6306cbb1c69b1132890a;p=git-tools.git 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/