docs, build: Do not ignore install-docs errors
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 9 Oct 2012 17:00:00 +0000 (18:00 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Tue, 9 Oct 2012 17:00:00 +0000 (18:00 +0100)
In the toplevel Makefile "install-docs" (depended on by "install" and
hence "dist"), but not "build", ignores errors.

This was inherited from before 24563:4271634e4c86, prior to which the
||true seems intended to handle failures of check_pkgs.  Nowadays we
handle docs tools individually in the docs makefiles so there is no
need for this ||true here.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
Makefile

index 373ca197b620c612be5619be56afee3834bff06b..b54cfbf2bae119e981acccb697871e7fb6d1e14d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ tools/firmware/seabios-dir-force-update:
 
 .PHONY: install-docs
 install-docs:
-       $(MAKE) -C docs install || true
+       $(MAKE) -C docs install
 
 .PHONY: dev-docs
 dev-docs: