aboutsummaryrefslogtreecommitdiffstats
path: root/core/docs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/docs.mk')
-rw-r--r--core/docs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/docs.mk b/core/docs.mk
index c702fbc..ea2529f 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) 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; done
endif