diff Makefile.am @ 12717:a87052630372 stable

maint: Update various Makefile.am to no longer distribute ChangeLog file * Makefile.am: Use '--only-branch' option to hg to get command to run * doc/Makefile.am, libcruft/Makefile.am, liboctave/Makefile.am, src/Makefile.am, test/Makefile.am: Remove ChangeLog from EXTRA_DIST list.
author Rik <octave@nomad.inbox5.com>
date Wed, 08 Jun 2011 10:39:07 -0700
parents 83606de30dae
children a2eb942dee33
line wrap: on
line diff
--- a/Makefile.am	Mon Jun 06 20:56:44 2011 -0700
+++ b/Makefile.am	Wed Jun 08 10:39:07 2011 -0700
@@ -164,7 +164,7 @@
 .PHONY: AUTHORS BUGS INSTALL.OCTAVE
 
 ChangeLog:
-	(cd $(srcdir); hg log --style=changelog.tmpl --prune=b0e60ad4ae26ec2ca3567a17b29a53e0cd2051d8 --branch=`hg branch`; echo ""; echo "See the files in the OLD-ChangeLogs directory for older changes") > $@.t
+	(cd $(srcdir); hg log --style=changelog.tmpl --prune=b0e60ad4ae26 --only-branch=`hg branch`; echo ""; echo "See the files in the directory OLD-ChangeLogs for changes before 2011-04-19") > $@.t
 	mv $@.t $@
 .PHONY: ChangeLog