X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=3fcb47e6d28c101b144a49828ea35f2d9bd1b96b;hb=refs%2Ftags%2Fv2.0;hp=626dea16f0053d9b8a244dd82d6dc12889df3a9a;hpb=338178d18db49d280ff629de946db7eb52ff0d1a;p=ucwmac.git diff --git a/Makefile b/Makefile index 626dea1..3fcb47e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.99.2 +VERSION=2.0 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