summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-10 17:39:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-10 17:39:20 +0000
commita536c5ed08c21e35937bc8ea52844c2f19bfdc55 (patch)
tree9df53017602bb208aa6a826476ae2380c93c46fe
parentca0a58e3ef9fe1cc2b1282b52f652c71b736e182 (diff)
downloaddbus-python-a536c5ed08c21e35937bc8ea52844c2f19bfdc55.tar.gz
Add a maintainer-upload target to the Makefile.am, which uploads the current .tar.gz and .tar.gz.asc
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
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