manual: introduce CMake logic for asciidoctor execution
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 14 Oct 2018 13:30:46 +0000 (15:30 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 27 Oct 2018 19:25:22 +0000 (21:25 +0200)
commitf2f536aa7be21d7d9afdfd3363adb1cd037b0dac
treec56ee5234f87b0e3d00a46206bf23881577e412c
parent829b23f65ebc0dd81e6ee94f7ea72a691dff1907
manual: introduce CMake logic for asciidoctor execution

Introduce new "manual", "manual-html" and "manual-pdf" make(1) targets
(the former depending on the latter). None of these targets are part of
"make all" by design, users decide whether to convert the manual text.
Execution will fail (fatally) in the absence of dependencies or tools.
CMakeLists.txt
manual/CMakeLists.txt [new file with mode: 0644]