]> mj.ucw.cz Git - ucwmac.git/blobdiff - Makefile
ucw-ref: Fixed bug in \pageid
[ucwmac.git] / Makefile
index a67bafaf596a8ab0d0d0782b5769ea997020a781..e5774ac07b538b9af487415eab445fba9c4a939e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.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