Revision: 53de5a77b7f3 Author: nogu.dev <[email protected]> Date: Sat Feb 25 20:06:36 2012 Log: * Makefile.am - Change position of comment.
http://code.google.com/p/uim/source/detail?r=53de5a77b7f3&repo=libgcroots Modified: /Makefile.am ======================================= --- /Makefile.am Sat Feb 25 19:56:55 2012 +++ /Makefile.am Sat Feb 25 20:06:36 2012 @@ -240,9 +240,9 @@ .PHONY: FORCE sum FORCE: +# We use `wget' instead of `git archive' here +# because `git archive' doesn't work with Google Code Git repository. ChangeLog: FORCE - # We use `wget' instead of `git archive' here - # because `git archive' doesn't work with Google Code Git repository. wget $(UIM_REPOSITORY)/tools/gnuify-changelog.pl git log --date-order --date=short $(RELEASE_BRANCH) \ | perl ./gnuify-changelog.pl > $@
