Commit df5d7d73 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

build: add top-level Makefile for docs



for docs and everything that is not covered by cmake.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent a037c363
Loading
Loading
Loading
Loading

Makefile

0 → 100644
+17 −0
Original line number Diff line number Diff line
#
# 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