Ignore errors on pdf generation

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2014-08-05 18:02:46 +02:00 committed by Dirk Hohndel
parent d95d90f178
commit f6bcf4c68d

View file

@ -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"