X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=9f5f829904a34acfe632d8ad1369c1ba347d00e1;hb=346212e98d751f6103a9ef076e1b0755e9d06b1a;hp=e167c0eb9460f20e689051b5fe0c514c1c7d7d0a;hpb=b6d969fa58fbe8cc6dc073a9b68b21ff2b793c81;p=paperjam.git 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)'