build: add top-level Makefile for docs
for docs and everything that is not covered by cmake. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a037c363bb
commit
df5d7d738b
17
Makefile
Normal file
17
Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
#
|
||||
# Top level makefile for things not covered by cmake
|
||||
#
|
||||
|
||||
ifeq ($(VERBOSE),1)
|
||||
Q =
|
||||
else
|
||||
Q = @
|
||||
endif
|
||||
|
||||
MAKEFLAGS += --no-print-directory
|
||||
export Q
|
||||
|
||||
# Documentation targets
|
||||
# ---------------------------------------------------------------------------
|
||||
htmldocs:
|
||||
$(Q)$(MAKE) -C doc htmldocs
|
||||
Loading…
Reference in New Issue
Block a user