blob: 88c6c2cda2e7e46302b0a3ce614e74109b480f53 [file] [log] [blame]
Anas Nashifdf5d7d72017-11-07 20:05:56 -05001#
2# Top level makefile for things not covered by cmake
3#
4
5ifeq ($(VERBOSE),1)
6 Q =
7else
8 Q = @
9endif
10
11MAKEFLAGS += --no-print-directory
12export Q
13
14# Documentation targets
15# ---------------------------------------------------------------------------
16htmldocs:
17 $(Q)$(MAKE) -C doc htmldocs