From e6fec38cf7151596d3f9ead99ea5386be7a7b6de Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 14 Oct 2014 13:46:57 +0100 Subject: Build the docs directory last Ensure that other components are built before generating the documentation. v2: build the docs directory after any optional directories Signed-off-by: Thomas Wood --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1dacb175..4f71a3a6 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 if BUILD_ASSEMBLER SUBDIRS += assembler @@ -35,6 +35,8 @@ if BUILD_TESTS SUBDIRS += tests endif +SUBDIRS += docs + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL -- cgit v1.2.3