]> git.baikalelectronics.ru Git - kernel.git/commit
doc-rst: Break shell command sequences on failure
authorBen Hutchings <ben@decadent.org.uk>
Tue, 31 Jan 2017 00:18:34 +0000 (00:18 +0000)
committerJonathan Corbet <corbet@lwn.net>
Mon, 6 Feb 2017 16:03:36 +0000 (09:03 -0700)
commitd5463243054728437632fa414e87a7b1a8886e5d
treedea768c75ab50cccbc5c811255817bd840ce36d8
parentebff9acf17aa6c5f965edb51415dd9990588414e
doc-rst: Break shell command sequences on failure

As $(SHELL) doesn't include the -e option, any loop or other sequence
needs to include explicit checks for failing commands.

Fixes: c8fb50cdcf13 ("Documentation/sphinx: build the media intermediate ...")
Fixes: f978658336aa ("doc-rst: generic way to build only sphinx sub-folders")
Fixes: 64da9874208f ("doc-rst: generic way to build PDF of sub-folders")
Tested-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile.sphinx