]> mj.ucw.cz Git - xsv.git/commitdiff
Fixed "make release"
authorMartin Mares <mj@ucw.cz>
Mon, 9 Dec 2013 20:34:30 +0000 (21:34 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 9 Dec 2013 20:34:30 +0000 (21:34 +0100)
Makefile

index c4f6ff793bd6d5db27612029f64f2c69022cfdf2..7a8a6a11e346ecb802ec391ca8111f2334354c25 100644 (file)
--- 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/