HomeSort by: relevance | last modified time | path
    Searched refs:asciidoc (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/doc/manual/
Makefile 17 # asciidoc vs asciidoctor notes:
23 # asciidoc-world implementation, so we may drop the py-asciidoc at some
25 # renderer, with asciidoc being a fallback we try to keep working well.
29 html-asciidoc: ${BASE}.adoc
30 asciidoc -atoc -anumbered -o ${BASE}.html ${BASE}.adoc
37 man-asciidoc-a2x: ${BASE}.adoc
40 man-asciidoc-adoc: ${BASE}.adoc
41 asciidoc -b docbook -d manpage -o ${BASE}.xml ${BASE}.adoc
  /xsrc/external/mit/xorg-server.old/dist/
compile 63 export ASCIIDOC=/opt/local/bin/asciidoc
  /xsrc/external/mit/ctwm/dist/cmake_files/
find_asciidoc_bits.cmake 2 # Find and setup asciidoc[tor] bits
8 find_program(ASCIIDOC asciidoc)
58 # For asciidoc, it doesn't really matter, but look up the version for
60 if(ASCIIDOC)
62 COMMAND ${ASCIIDOC} --version
69 message(WARNING "Unexpected result trying asciidoc --version.")
70 set(_adoc_verout "asciidoc 0.0.0")
75 set(_adoc_veregex "asciidoc ([0-9]+\\.[0-9]+\\.[0-9]+).*")
80 message(STATUS "Found asciidoc (${ASCIIDOC}) version ${ASCIIDOC_VERSION}"
    [all...]
handle_manual.cmake 6 # Lookup the asciidoc[tor] bits
61 elseif(ASCIIDOC AND ASCIIDOC_CAN_DBXML)
62 set(MANUAL_BUILD_DBXML asciidoc)
66 # asciidoc, but leave it disabled because it's very slow.
70 elseif(ASCIIDOC)
71 set(MANUAL_BUILD_HTML asciidoc)
74 message(STATUS "Not enabling HTML manual build; asciidoc is slow.")
79 # it's not there or not high enough version, we fall back to asciidoc/a2x
227 elseif(${MANUAL_BUILD_HTML} STREQUAL "asciidoc")
282 elseif(${MANUAL_BUILD_DBXML} STREQUAL "asciidoc")
    [all...]
  /xsrc/external/mit/libXi/dist/
configure 740 ASCIIDOC
938 ASCIIDOC
1608 --with-asciidoc Use asciidoc to regenerate documentation (default:
1629 ASCIIDOC Path to asciidoc command
19940 # Check whether --with-asciidoc was given.
19951 # Extract the first word of "asciidoc", so it can be a program name with args.
19952 set dummy asciidoc; ac_word=$2
19959 case $ASCIIDOC i
    [all...]

Completed in 34 milliseconds