From: Martin Mares Date: Tue, 24 Jul 2012 17:05:43 +0000 (+0200) Subject: Makefile: docbook-xsl.css must be uploaded X-Git-Tag: v1.0~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=60d45fbc1ce60878cab47cc8f07927a59849e796;p=xsv.git Makefile: docbook-xsl.css must be uploaded --- diff --git a/Makefile b/Makefile index ed01fbc..6a31bb6 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,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 jw:www/sw/xsv/ + rsync xsv.1.html docbook-xsl.css jw:www/sw/xsv/ ssh jw "cd www && bin/release-prog xsv $(VERSION)" mv $(ARCHIVE) ~/archives/mj/