mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-18 21:36:27 +00:00
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 <thomas.wood@intel.com>
This commit is contained in:
parent
3d0dca47c6
commit
e6fec38cf7
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
|
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
|
if BUILD_ASSEMBLER
|
||||||
SUBDIRS += assembler
|
SUBDIRS += assembler
|
||||||
@ -35,6 +35,8 @@ if BUILD_TESTS
|
|||||||
SUBDIRS += tests
|
SUBDIRS += tests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
SUBDIRS += docs
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
||||||
|
|
||||||
.PHONY: ChangeLog INSTALL
|
.PHONY: ChangeLog INSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user