From abd48c05f90c767d26d6cd1fce1b4992b69614eb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Mar 2020 22:39:18 +0200 Subject: [PATCH] make release: Reorganization of my directory structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2