Mercurial > hg > octave-lyh
changeset 12736:dd9b46dff1ac stable
maint: Restore auto-generation of ChangeLog file lost in directory reorginization
* Makefile.am: Make ChangeLog target refer to 'build-aux/changelog.tmpl'
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 12 Jun 2011 06:50:06 -0700 |
parents | 76e2c55906de |
children | e037601fa4d7 |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,7 @@ .PHONY: AUTHORS BUGS INSTALL.OCTAVE ChangeLog: - (cd $(srcdir); hg log --style=changelog.tmpl --prune=b0e60ad4ae26 --only-branch=`hg branch`; echo ""; echo "See the files in the directory etc/OLD-ChangeLogs for changes before 2011-04-19") > $@.t + (cd $(srcdir); hg log --style=build-aux/changelog.tmpl --prune=b0e60ad4ae26 --only-branch=`hg branch`; echo ""; echo "See the files in the directory etc/OLD-ChangeLogs for changes before 2011-04-19") > $@.t mv $@.t $@ .PHONY: ChangeLog