diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2014-08-05 18:02:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-05 09:51:23 -0700 |
commit | f6bcf4c68d2dcf34c6d16666f87f3d32c9992d06 (patch) | |
tree | 0d015ab23fd1ebcef306e6810c3f2f2c2889daa0 /Documentation | |
parent | d95d90f17821481d8ed901ac31bdcba7bd0dbcb6 (diff) | |
download | subsurface-f6bcf4c68d2dcf34c6d16666f87f3d32c9992d06.tar.gz |
Ignore errors on pdf generation
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |