From 7f8453059bf8ec8be9fe639e3fa6e08a166a707e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 19 Jan 2020 22:10:07 +0100 Subject: [PATCH] Makefile: New distribution site of released tarballs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- 2.39.2