X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=e5774ac07b538b9af487415eab445fba9c4a939e;hb=18104ac1a84b61b09564bd3d8ab0948e502c51e3;hp=090ceee628213ec36402089f92b2f2979e69f1b2;hpb=cb229f3c185750bb8f5f7831331696e457b7ee12;p=ucwmac.git diff --git a/Makefile b/Makefile index 090ceee..e5774ac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.99.1 +VERSION=2.0.1 ARCHIVE=ucwmac-$(VERSION).tar.gz all: test.pdf test-labels.pdf test-ref.pdf @@ -44,6 +44,6 @@ release: git tag v$(VERSION) git push --tags git archive --format=tar --prefix=ucwmac-$(VERSION)/ HEAD | gzip >$(ARCHIVE) - scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/ + scp $(ARCHIVE) jw:/srv/ftp/pub/mj/tex/ ssh jw "cd web && bin/release-prog ucwmac $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/ucwmac