changeset 12161:1c5ecdda4e9a

Directly update AUTHORS, BUGS, INSTALL.OCTAVE files rather than running multiple 'make subdir' operations.
author Rik <octave@nomad.inbox5.com>
date Tue, 25 Jan 2011 13:40:26 -0800
parents b64b82721062
children c9f42acd84e2
files ChangeLog Makefile.am doc/ChangeLog doc/Makefile.am
diffstat 4 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-25  Rik  <octave@nomad.inbox5.com>
+
+	* Makefile.am: Directly run makefile rules in doc/interpreter directory
+	for AUTHORS, BUGS, INSTALL.OCTAVE files.
+
 2011-01-25  John W. Eaton  <jwe@octave.org>
 
 	* autogen.sh (AUTOMAKE): Add --foreign to the automake command.
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,7 +149,7 @@
 	fi
 
 AUTHORS BUGS INSTALL.OCTAVE:
-	$(MAKE) -C doc ../$@
+	$(MAKE) -C doc/interpreter ../../$@
 .PHONY: AUTHORS BUGS INSTALL.OCTAVE
 
 octetc_DATA = NEWS
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-25  Rik  <octave@nomad.inbox5.com>
+
+	* Makefile.am: Remove pass-through rules for AUTHORS, BUGS, and
+	INSTALL.OCTAVE which are no longer required.
+
 2011-01-24  Rik  <octave@nomad.inbox5.com>
 
 	* Makefile.am, interpreter/Makefile.am: Add rule to build AUTHORS file.
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -32,7 +32,3 @@
 
 SUBDIRS = faq interpreter liboctave refcard
 
-../AUTHORS ../BUGS ../INSTALL.OCTAVE:
-	$(MAKE) -C interpreter ../$@
-.PHONY: ../AUTHORS ../BUGS ../INSTALL.OCTAVE
-