From 60d45fbc1ce60878cab47cc8f07927a59849e796 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 24 Jul 2012 19:05:43 +0200 Subject: [PATCH] Makefile: docbook-xsl.css must be uploaded --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.39.2