From: Martin Mares Date: Sun, 29 Mar 2020 20:39:18 +0000 (+0200) Subject: make release: Reorganization of my directory structure X-Git-Tag: v2.0~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=abd48c05f90c767d26d6cd1fce1b4992b69614eb;p=ucwmac.git make release: Reorganization of my directory structure --- diff --git a/Makefile b/Makefile index 626dea1..7680a31 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ release: git archive --format=tar --prefix=ucwmac-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/ ssh jw "cd web && bin/release-prog ucwmac $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/ucwmac