findAsciiDoc.Rd
Locates the asciidoc executable on the current system.
# S3 method for default
findAsciiDoc(mustExist=TRUE, ..., verbose=FALSE)
Returns the pathname to the executable, or NULL
if not found.
The 'asciidoc' executable is searched for as follows:
Sys.which("asciidoc")