changeset 6285:3991a9f0fead

[project @ 2007-02-08 09:50:11 by jwe]
author jwe
date Thu, 08 Feb 2007 09:50:11 +0000
parents 4f9514696199
children c6a7b0453f9a
files scripts/ChangeLog scripts/Makefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Feb 08 08:42:24 2007 +0000
+++ b/scripts/ChangeLog	Thu Feb 08 09:50:11 2007 +0000
@@ -1,5 +1,7 @@
 2007-02-08  John W. Eaton  <jwe@octave.org>
 
+	* Makefile.in (DISTFILES): Add move-if-change to the list.
+
 	* audio/Makefile.in, control/base/Makefile.in,
 	control/hinf/Makefile.in, control/obsolete/Makefile.in,
 	control/system/Makefile.in, control/util/Makefile.in,
--- a/scripts/Makefile.in	Thu Feb 08 08:42:24 2007 +0000
+++ b/scripts/Makefile.in	Thu Feb 08 09:50:11 2007 +0000
@@ -27,7 +27,7 @@
 
 DISTFILES = Makefile.in ChangeLog $(SOURCES) configure.in \
 	configure mkinstalldirs mkdoc mkpkgadd gethelp.cc \
-	skip-autoheader DOCSTRINGS
+	skip-autoheader DOCSTRINGS move-if-change
 
 SUBDIRS = audio control deprecated elfun finance general image io \
 	linear-algebra miscellaneous optimization path pkg plot polynomial \