changeset 9854:5d5dc23d6c56

Correct compilation order of SUBDIRS in doc/Makefile Add . to SUBDIRS to force automake to compile doc directory directory, and make conf.texi, before recursively compiling SUBDIRS which depend on conf.texi
author Rik <rdrider0-list@yahoo.com>
date Mon, 23 Nov 2009 16:56:35 -0800
parents 8d9e4752441a
children 02d59b67632f
files doc/ChangeLog doc/Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Mon Nov 23 10:48:31 2009 +0100
+++ b/doc/ChangeLog	Mon Nov 23 16:56:35 2009 -0800
@@ -1,3 +1,9 @@
+2009-11-23  Rik <octave@nomad.inbox5.com>
+
+	* Makefile.am: Add . to SUBDIRS to force automake to compile this
+	directory, and make conf.texi, before recursively compiling SUBDIRS which
+	depend on conf.texi
+
 2009-11-11  Rik <octave@nomad.inbox5.com>
 
 	* Makefile.am: Add DISTCLEANFILES macro so that generated conf.texi can be 
--- a/doc/Makefile.am	Mon Nov 23 10:48:31 2009 +0100
+++ b/doc/Makefile.am	Mon Nov 23 16:56:35 2009 -0800
@@ -32,7 +32,7 @@
 
 DISTCLEANFILES = conf.texi
 
-SUBDIRS = faq interpreter liboctave refcard
+SUBDIRS = . faq interpreter liboctave refcard
 
 all-local: conf.texi