Home
last modified time | relevance | path

Searched refs:ASCIIDOC (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A DMakefile30 ASCIIDOC=asciidoc macro
39 ASCIIDOC = asciidoctor macro
48 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
50 missing_tools = $(ASCIIDOC)
131 QUIET_ASCIIDOC = @echo ' ASCIIDOC '$@;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A Dremove-man-page-creation.patch11 AC_CHECK_PROG([ASCIIDOC], [a2x], [a2x])
12 -AM_CONDITIONAL([HAVE_DOCTOOLS], [test "x$ASCIIDOC" != "x"])
14 AS_IF([test "x$ASCIIDOC" = "x"],
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A DMakefile50 ASCIIDOC=asciidoc macro
61 ASCIIDOC = asciidoctor macro
81 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
83 missing_tools = $(ASCIIDOC)
279 $(ASCIIDOC) -b $(ASCIIDOC_HTML) -d manpage \
286 $(ASCIIDOC) -b manpage -d manpage \
297 $(ASCIIDOC) -b docbook -d manpage \
347 $(QUIET_ASCIIDOC)$(ASCIIDOC) -b $(ASCIIDOC_HTML) $*.txt
353 sed -e '1,/^$$/d' $< | $(ASCIIDOC) -b $(ASCIIDOC_HTML) - >$@+ && \
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/
H A DMakefile37 ASCIIDOC = asciidoc macro
108 QUIET_ASCIIDOC = @echo ' ASCIIDOC '$@;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch25 -AC_PATH_PROG([ASCIIDOC], [asciidoc], [no])
26 -[if test "$ASCIIDOC" = "no"]
/OK3568_Linux_fs/buildroot/package/
H A Ddoc-asciidoc.mk144 define ASCIIDOC
190 asciidoc-document = $(call ASCIIDOC,$(pkgname),$(call UPPERCASE,$(pkgname)),$(pkgdir))
/OK3568_Linux_fs/external/xserver/
H A Daclocal.m41346 # ASCIIDOC: returns the path of the asciidoc program found
1351 # If the user sets the value of ASCIIDOC, AC_PATH_PROG skips testing the path.
1354 AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command])
1363 AC_PATH_PROG([ASCIIDOC], [asciidoc])
1364 if test "x$ASCIIDOC" = "x"; then
1371 AC_PATH_PROG([ASCIIDOC], [asciidoc])
1372 if test "x$ASCIIDOC" = "x"; then
1377 if test "x$ASCIIDOC" != "x"; then
1378 AC_MSG_WARN([ignoring ASCIIDOC environment variable since --with-asciidoc=no was specified])
1388 asciidoc_version=`$ASCIIDOC --version 2>/dev/null | cut -d' ' -f2`