summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-10-31 19:59:40 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-10-31 19:59:40 +0000
commit4cee3f266e69492f1fe59787ca4e30bf9774ec35 (patch)
treed8f9355009fc74a340866f82c20b9a05061827a3 /Makefile.am
parent5e0f1f797c140795d63ef5b6564fd7b5424da12b (diff)
downloadgobject-introspection-4cee3f266e69492f1fe59787ca4e30bf9774ec35.tar.gz
add an upload-release target Release process documentation
2008-10-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: add an upload-release target * docs/release-checklist.txt: Release process documentation svn path=/trunk/; revision=853
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3444b423..164ed193 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,3 +45,6 @@ release-tag:
$$TRUNK \
$$ROOT/tags/GOBJECT_INTROSPECTION_$$SVNVERSION
+upload-release: $(distdir).tar.gz
+ scp dist/$(distdir).tar.gz gnome.org:
+ ssh gnome.org install-module $(distdir).tar.gz