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:
parent
d95d90f178
commit
f6bcf4c68d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user