[hamster-applet] snatched release command from conduit



commit 2a77ce5f4606217789304df80b29f906d4bd99e0
Author: Toms Bauģis <toms baugis gmail com>
Date:   Fri Jan 22 12:10:34 2010 +0000

    snatched release command from conduit

 Makefile.am |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5a61076..67f3bab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,14 +3,19 @@ ACLOCAL_AMFLAGS = -I m4
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
+release: dist
+	scp $(PACKAGE)-$(VERSION).tar.gz tbaugis master gnome org:
+	ssh tbaugis master gnome org install-module $(PACKAGE)-$(VERSION).tar.gz
+
 DISTCLEANFILES =		\
 	intltool-extract	\
 	intltool-merge		\
 	intltool-update
 
 EXTRA_DIST = \
+	MAINTAINERS \
+	TODO \
 	intltool-extract.in	\
 	intltool-merge.in	\
 	intltool-update.in
-	MAINTAINERS \
-	TODO
+	gnome-doc-utils.make



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]