# HG changeset patch # User Rik # Date 1307886606 25200 # Node ID dd9b46dff1ac27b5ea932c3095c39bad61da757c # Parent 76e2c55906de187c94c36229292bf62efad8dfa1 maint: Restore auto-generation of ChangeLog file lost in directory reorginization * Makefile.am: Make ChangeLog target refer to 'build-aux/changelog.tmpl' diff -r 76e2c55906de -r dd9b46dff1ac Makefile.am --- a/Makefile.am Mon Jun 06 15:26:50 2011 -0700 +++ b/Makefile.am Sun Jun 12 06:50:06 2011 -0700 @@ -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