Lines Matching refs:manpage
14 # If we have asciidoctor, we need to figure out the version, as manpage
53 # manpage generation doesn't, so it has to override this.
136 # output, but also knows how to invoke xsltproc to generate manpage
137 # output, which gives us another route from adoc -> XML -> manpage. And
207 # Build a manpage via asciidoctor
214 _ad_mk_boilerplate(asciidoctor manpage ${ARGN})
219 COMMAND ${ASCIIDOCTOR} -b manpage -o ${OUTFILE} ${ADFILE}
225 # Build a manpage via asciidoc (technically, a2x)
232 _ad_mk_boilerplate(a2x manpage ${ARGN})
236 # manpage output, but it's doc'd not to and will warn, so don't even
266 COMMAND ${A2X} --doctype manpage --format manpage ${a2x_intmp}
274 # Build a manpage via xmlto
281 _ad_mk_boilerplate(xmlto manpage ${ARGN})
307 # different XML for the manpage path vs. the PDF path...
308 set(OVERRIDE_DTYPE manpage PARENT_SCOPE)
316 message(WARNING "Using xmlto manpage generation${_addg}. This "