From 05b1ea7d76e21e198e922699ab6c9df56a3ad494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 27 Jun 2018 14:37:39 +0200 Subject: Add a missing IS_DEPS=1 for docs deps --- core/docs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/docs.mk') diff --git a/core/docs.mk b/core/docs.mk index ea2529f..6ef2ce6 100644 --- a/core/docs.mk +++ b/core/docs.mk @@ -16,5 +16,5 @@ ifneq ($(SKIP_DEPS),) doc-deps: else doc-deps: $(ALL_DOC_DEPS_DIRS) - $(verbose) set -e; for dep in $(ALL_DOC_DEPS_DIRS) ; do $(MAKE) -C $$dep; done + $(verbose) set -e; for dep in $(ALL_DOC_DEPS_DIRS) ; do $(MAKE) -C $$dep IS_DEP=1; done endif -- cgit v1.2.3