From 43b7633993dab646f2ce76fbc71faf4edafaef60 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 3 Aug 2015 09:33:26 +0200 Subject: [PATCH] Add gnome.org install command to 'make upload-release' --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 331defa..5b1469d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,8 @@ dist-hook: fi upload-release: $(DIST_ARCHIVES) - scp $(DIST_ARCHIVES) master.gnome.org: + scp $(DIST_ARCHIVES) master.gnome.org: + ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES) upload-docs: rsync -Hvax docs/reference/libsecret/html/./ master.gnome.org:public_html/libsecret-docs/