Revision: c81e126e919e Author: Muneyuki Noguchi <[email protected]> Date: Sat Mar 17 23:04:45 2012 Log: Get rid of gnuify-changelog.pl when creating ChangeLog.
* ChangeLog.old.2 - ChangeLog created by gnuify-changelog.pl. * Makefile.am - (ChangeLog): Don't use gnuify-changelog.pl. http://code.google.com/p/uim/source/detail?r=c81e126e919e Added: /ChangeLog.old.2 Modified: /Makefile.am ======================================= --- /dev/null +++ /ChangeLog.old.2 Sat Mar 17 23:04:45 2012 File is too large to display a diff. ======================================= --- /Makefile.am Sat Mar 17 21:50:34 2012 +++ /Makefile.am Sat Mar 17 23:04:45 2012 @@ -36,8 +36,7 @@ FORCE: ChangeLog: FORCE - git log --date-order --date=short $(RELEASE_TAG) -- \ - | tools/gnuify-changelog.pl > $@ + git log uim-1.8.0-alpha^.. > $@ @if test -s $@; then \ echo "ChangeLog updated successfully."; \ else \
