X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=Makefile;h=e5774ac07b538b9af487415eab445fba9c4a939e;hb=18104ac1a84b61b09564bd3d8ab0948e502c51e3;hp=7680a31ce89bf17ad4bb8491c01bf15cbab5f628;hpb=abd48c05f90c767d26d6cd1fce1b4992b69614eb;p=ucwmac.git diff --git a/Makefile b/Makefile index 7680a31..e5774ac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.99.2 +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/sw/ucwmac