X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=e5774ac07b538b9af487415eab445fba9c4a939e;hb=refs%2Fheads%2Fmaster;hp=626dea16f0053d9b8a244dd82d6dc12889df3a9a;hpb=338178d18db49d280ff629de946db7eb52ff0d1a;p=ucwmac.git diff --git a/Makefile b/Makefile index 626dea1..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/mj/ + mv $(ARCHIVE) ~/archives/sw/ucwmac