changeset 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 25f8acbb6be2
children 01980844dc9c
files Makefile.am doc/Makefile.am libcruft/Makefile.am liboctave/Makefile.am src/Makefile.am test/Makefile.am
diffstat 6 files changed, 2 insertions(+), 6 deletions(-) [+]
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
 
--- a/doc/Makefile.am	Mon Jun 06 20:56:44 2011 -0700
+++ b/doc/Makefile.am	Wed Jun 08 10:39:07 2011 -0700
@@ -25,7 +25,6 @@
 .NOTPARALLEL:
 
 EXTRA_DIST = \
-  ChangeLog \
   Makefile.am \
   texinfo.tex \
   texmf.cnf
--- a/libcruft/Makefile.am	Mon Jun 06 20:56:44 2011 -0700
+++ b/libcruft/Makefile.am	Wed Jun 08 10:39:07 2011 -0700
@@ -92,7 +92,7 @@
 	./mkf77def $(srcdir) $(libranlib_la_SOURCES) > $@-t
 	mv $@-t $@
 
-EXTRA_DIST += ChangeLog mkf77def.in
+EXTRA_DIST += mkf77def.in
 
 DISTCLEANFILES = cruft.def ranlib.def
 
--- a/liboctave/Makefile.am	Mon Jun 06 20:56:44 2011 -0700
+++ b/liboctave/Makefile.am	Wed Jun 08 10:39:07 2011 -0700
@@ -25,7 +25,6 @@
   -I$(top_srcdir)/libcruft/misc
 
 EXTRA_DIST = \
-  ChangeLog \
   config-ops.sh \
   mk-ops.awk \
   mx-op-inc.mk \
--- a/src/Makefile.am	Mon Jun 06 20:56:44 2011 -0700
+++ b/src/Makefile.am	Wed Jun 08 10:39:07 2011 -0700
@@ -69,7 +69,6 @@
   builtins.cc
 
 EXTRA_DIST = \
-  ChangeLog \
   Makefile.in \
   defaults.h.in \
   DOCSTRINGS \
--- a/test/Makefile.am	Mon Jun 06 20:56:44 2011 -0700
+++ b/test/Makefile.am	Wed Jun 08 10:39:07 2011 -0700
@@ -72,7 +72,6 @@
 	$(srcdir)/build_bc_overload_tests.sh $(srcdir)/bc_overloads_expected
 
 EXTRA_DIST = \
-  ChangeLog \
   build_sparse_tests.sh \
   build_bc_overload_tests.sh \
   bc_overloads_expected \