diff mbox

[i-g-t,3/4] Build the docs directory last

Message ID 1414508636-13543-3-git-send-email-thomas.wood@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Wood Oct. 28, 2014, 3:03 p.m. UTC
Ensure that other components are built before generating the
documentation.

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 1dacb17..0c799d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ 
 
 ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
 
-SUBDIRS = docs lib man tools scripts benchmarks demos overlay
+SUBDIRS = lib man tools scripts benchmarks demos overlay docs
 
 if BUILD_ASSEMBLER
 SUBDIRS += assembler