Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:24:05 JST 2012
Kouhei Sutou 2011-03-30 01:30:54 +0900 (Wed, 30 Mar 2011) New Revision: e352c5e1bde4f480c9f967d59bea64c538425d1e https://github.com/mroonga/mroonga/commit/e352c5e1bde4f480c9f967d59bea64c538425d1e Log: add tag target. Modified files: Makefile.am Modified: Makefile.am (+4 -0) =================================================================== --- Makefile.am 2011-03-30 01:07:36 +0900 (ad63101) +++ Makefile.am 2011-03-30 01:30:54 +0900 (6071906) @@ -24,6 +24,10 @@ EXTRA_DIST = plug.in installcheck-local: install test/run-sql-test.sh +tag: + cd $(top_srcdir) && \ + git tag v$(VERSION) -a -m 'groonga storage engine $(VERSION)!!!' + update-latest-release: @if test -z "$(OLD_RELEASE)"; then \ echo "\$$(OLD_RELEASE) is missing"; \ -------------- next part -------------- HTML����������������������������...Download