From: Martin Mares Date: Sun, 8 Dec 2013 23:23:03 +0000 (+0100) Subject: make release: Fix call of release-prog X-Git-Tag: v1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a334264e5bfec3e7561c768c47d729b7dd9bddbe;p=ucwmac.git make release: Fix call of release-prog --- diff --git a/Makefile b/Makefile index 7ee3730..963b7b7 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/ - ssh jw "cd www && bin/release-prog ucwmac $(VERSION)" + ssh jw "cd web && bin/release-prog ucwmac $(VERSION)" mv $(ARCHIVE) ~/archives/mj/