From: Martin Mares Date: Sun, 19 Jan 2020 21:10:07 +0000 (+0100) Subject: Makefile: New distribution site of released tarballs X-Git-Tag: v1.1.1~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7f8453059bf8ec8be9fe639e3fa6e08a166a707e;p=paperjam.git Makefile: New distribution site of released tarballs --- diff --git a/Makefile b/Makefile index e167c0e..9f5f829 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ release: git tag v$(VERSION) git push --tags git archive --format=tar --prefix=paperjam-$(VERSION)/ HEAD | gzip >paperjam-$(VERSION).tar.gz - rsync paperjam-$(VERSION).tar.gz atrey:ftp/linux/ + rsync paperjam-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/ rsync paperjam.1.html jw:web/static/sw/paperjam/ ssh jw 'cd web && bin/release-prog paperjam $(VERSION)'