From 3038f66831e31ab4d1c752811cfe08af3635d9b9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 9 Dec 2013 21:34:30 +0100 Subject: [PATCH] Fixed "make release" --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c4f6ff7..7a8a6a1 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,6 @@ release: xsv.1.html git push --tags git archive --format=tar --prefix=xsv-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ - rsync xsv.1.html docbook-xsl.css jw:www/sw/xsv/ - ssh jw "cd www && bin/release-prog xsv $(VERSION)" + rsync xsv.1.html docbook-xsl.css jw:web/sw/xsv/ + ssh jw "cd web && bin/release-prog xsv $(VERSION)" mv $(ARCHIVE) ~/archives/mj/ -- 2.39.2