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>