Lines Matching full:asciidoc
23 # For asciidoc ...
46 asciidoc = find_program('asciidoctor') variable
54 asciidoc = find_program('asciidoc') variable
56 asciidoc_extra += ['-f', confdir + 'asciidoc.conf']
59 r = run_command(asciidoc, '--version', check: true)
69 asciidoc_extra += ['-a', 'libtraceevent-asciidoc-no-roff']
71 elif get_option('asciidoc-no-roff')
73 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
74 asciidoc_extra += ['-a', 'libtraceevent-asciidoc-no-roff']
96 asciidoc,
131 asciidoc,