# HG changeset patch # User Rik # Date 1259024195 28800 # Node ID 5d5dc23d6c56a95d6c555f8eb79d798a0240b6be # Parent 8d9e4752441afccc9f1260f60d0faa5a9181301e 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 diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-11-23 Rik + + * 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 * Makefile.am: Add DISTCLEANFILES macro so that generated conf.texi can be diff --git a/doc/Makefile.am b/doc/Makefile.am --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -32,7 +32,7 @@ DISTCLEANFILES = conf.texi -SUBDIRS = faq interpreter liboctave refcard +SUBDIRS = . faq interpreter liboctave refcard all-local: conf.texi