From df8ee606b837bc1833ded6175f4f84074eafb92d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 25 Sep 2010 17:52:57 +0200 Subject: [PATCH] Fix in release rules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d61e575..518b451 100644 --- a/Makefile +++ b/Makefile @@ -20,5 +20,5 @@ release: git push --tags git archive --format=tar --prefix=ucwmac-$(VERSION) HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/ - scp jw "cd www && bin/release-prog ucwmac $(VERSION)" + ssh jw "cd www && bin/release-prog ucwmac $(VERSION)" mv $(ARCHIVE) ~/archives/mj/ -- 2.39.2