mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue