From a536c5ed08c21e35937bc8ea52844c2f19bfdc55 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Dec 2007 17:39:20 +0000 Subject: [PATCH] Add a maintainer-upload target to the Makefile.am, which uploads the current .tar.gz and .tar.gz.asc --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fff5e2b..8f594ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,6 +72,10 @@ TXT_RSTDOCS = doc/tutorial.txt doc/API_CHANGES.txt doc/HACKING.txt RSTDOCS = README NEWS TODO dist_doc_DATA = $(TXT_RSTDOCS) $(RSTDOCS) +maintainer-upload: + rsync -tvpP --chmod=ugo=r $(DIST_ARCHIVES) $(DIST_ARCHIVES:%=%.asc) \ + dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/releases/dbus-python/ + maintainer-update-website: _maintainer-update-apidocs \ _maintainer-update-htmldocs @@ -135,4 +139,5 @@ endif .PHONY: cross-test-compile cross-test-server cross-test-client \ always-rebuild maintainer-update-website \ - _maintainer-update-apidocs _maintainer-update-htmldocs + _maintainer-update-apidocs _maintainer-update-htmldocs \ + maintainer-upload -- 2.11.4.GIT