Revision: 25726ba8a6d9
Author:   nogu.dev <[email protected]>
Date:     Sat Feb 25 21:52:36 2012
Log:      * Makefile.am
  - Replace RELEASE_BRANCH with RELEASE_TAG.

http://code.google.com/p/uim/source/detail?r=25726ba8a6d9&repo=libgcroots

Modified:
 /Makefile.am

=======================================
--- /Makefile.am        Sat Feb 25 20:06:36 2012
+++ /Makefile.am        Sat Feb 25 21:52:36 2012
@@ -23,8 +23,8 @@
 # subpackage.
 DIST_NAME = $(PACKAGE)-$(VERSION)
 UIM_REPOSITORY = http://uim.googlecode.com/git/
-#RELEASE_BRANCH     = master
-RELEASE_BRANCH     = $(DIST_NAME)
+#RELEASE_TAG     = master
+RELEASE_TAG     = $(DIST_NAME)
 DIST_SUM_LIST = $(DIST_NAME).sum

 ## FIXME: `make distcheck' in this directory will not currently work.
@@ -244,7 +244,7 @@
 # because `git archive' doesn't work with Google Code Git repository.
 ChangeLog: FORCE
        wget $(UIM_REPOSITORY)/tools/gnuify-changelog.pl
-       git log --date-order --date=short $(RELEASE_BRANCH) \
+       git log --date-order --date=short $(RELEASE_TAG) \
            | perl ./gnuify-changelog.pl > $@
        @test -s $@ && echo 'ChangeLog updated successfully.'

Reply via email to