telepathy-mission-control: Copy telepathy.am from telepathy-glib
Xavier Claessens
xclaesse at kemper.freedesktop.org
Wed Jul 11 03:16:10 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 57d7c6360f04d8bc65320c42a5d8929fa3e3bc25
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=57d7c6360f04d8bc65320c42a5d8929fa3e3bc25
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Wed Jul 11 12:14:11 2012 +0200
Copy telepathy.am from telepathy-glib
It make sure "make -j3 maintainer-foo" works
---
tools/telepathy.am | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/tools/telepathy.am b/tools/telepathy.am
index f696ef3..20ff0be 100644
--- a/tools/telepathy.am
+++ b/tools/telepathy.am
@@ -45,9 +45,16 @@ endif
%.tar.gz.asc: %.tar.gz
$(AM_V_GEN)gpg --detach-sign --armor $@
- at PACKAGE@- at VERSION@.tar.gz: _is-release-check check distcheck
+ at PACKAGE@- at VERSION@.tar.gz:
+ $(MAKE) _is-release-check
+ $(MAKE) check
+ $(MAKE) distcheck
-maintainer-prepare-release: _is-release-check all distcheck release-mail
+maintainer-prepare-release:
+ $(MAKE) _is-release-check
+ $(MAKE) all
+ $(MAKE) distcheck
+ $(MAKE) release-mail
git tag -s @PACKAGE at -@VERSION@ -m @PACKAGE@' '@VERSION@
gpg --detach-sign --armor @PACKAGE at -@VERSION at .tar.gz
@@ -67,7 +74,9 @@ _maintainer-upload-release: _maintainer-upload-release-check
rsync -vzP @PACKAGE at -@VERSION at .tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/@PACKAGE@/@PACKAGE at -@VERSION at .tar.gz
rsync -vzP @PACKAGE at -@VERSION at .tar.gz.asc telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/@PACKAGE@/@PACKAGE at -@VERSION at .tar.gz.asc
-maintainer-make-release: maintainer-prepare-release maintainer-upload-release
+maintainer-make-release:
+ $(MAKE) maintainer-prepare-release
+ $(MAKE) maintainer-upload-release
@echo "Now:"
@echo " ⢠bump the nano-version;"
@echo " ⢠push the branch and tags upstream; and"
More information about the telepathy-commits
mailing list