HomeSort by relevance Sort by last modified time
    Searched refs:asciidoc (Results 1 - 2 of 2) sorted by null

  /external/libnl/doc/
configure.ac 48 AC_CHECK_PROG(HAVE_ASCIIDOC, [asciidoc], yes, no)
51 AC_MSG_ERROR([*** asciidoc package required to generate documentation])
53 AC_MSG_WARN([*** asciidoc not found, disabling building of guides])
  /external/syslinux/txt/
Makefile 18 ## AsciiDoc documentation for syslinux
42 # ASCIIDOC_OK := $(shell which asciidoc 2>&1 ; echo $$?)
43 ASCIIDOC_OK := $(shell which asciidoc > /dev/null ; echo $$?)
74 # asciidoc -D html $<
83 asciidoc -o $@ $<
85 # As of AsciiDoc-8.5.2, altering the output filename for a2x does not appear possible

Completed in 70 milliseconds