From: Martin Mares Date: Sun, 29 Mar 2020 20:48:47 +0000 (+0200) Subject: make release: Reorganized my directory structure X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=inline;p=ywho.git make release: Reorganized my directory structure --- diff --git a/Makefile b/Makefile index a79a1e9..71cc09f 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ release: git archive --format=tar --prefix=ywho-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ ssh jw "cd www && bin/release-prog ywho $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/ywho/