manual: accept absence of the asciidoctor-pdf exectuable
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 14 Oct 2018 14:05:04 +0000 (16:05 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 27 Oct 2018 19:25:22 +0000 (21:25 +0200)
commit6bbbf1f857f4e1b0de3da37a1a184f27a8ee41c7
treec74fc60737bfb417e4d268092802c3a5d9c44c29
parent7305c218535f750d6601902b4997b77ba1effb38
manual: accept absence of the asciidoctor-pdf exectuable

The asciidoctor(1) executable is considered mandatory when building the
Pulseview manual. The asciidoctor-pdf(1) executable is not universally
available (is missing in Debian), accept its absence, avoid execution
failure in that case.

This implementation replaces the actual .txt to .pdf conversion with a
mere echo(1) message, which may go unnoticed in verbose build output.
"make --no-print-directories manual" may be required to remain aware.
manual/CMakeLists.txt