From f6bcf4c68d2dcf34c6d16666f87f3d32c9992d06 Mon Sep 17 00:00:00 2001 From: Cristian Ionescu-Idbohrn Date: Tue, 5 Aug 2014 18:02:46 +0200 Subject: [PATCH] Ignore errors on pdf generation Signed-off-by: Cristian Ionescu-Idbohrn Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index cfc71a026..b519a0aa3 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -27,7 +27,7 @@ $(OUT)%.text: %.txt $(A2X) -f text $< $(OUT)%.pdf: %.txt - $(A2X) --dblatex-opts "-P latex.output.revhistory=0" -f pdf $< + -$(A2X) --dblatex-opts "-P latex.output.revhistory=0" -f pdf $< $(OUT)%.html: %.txt @echo "if asciidoc isn't found the html file included in the sources is copied"