From: Martin Mares Date: Mon, 9 Dec 2013 20:34:30 +0000 (+0100) Subject: Fixed "make release" X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3038f66831e31ab4d1c752811cfe08af3635d9b9;p=xsv.git Fixed "make release" --- 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/