Searched refs:ASCIIDOC (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | Makefile | 30 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 D | remove-man-page-creation.patch | 11 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 D | Makefile | 50 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 D | Makefile | 37 ASCIIDOC = asciidoc macro 108 QUIET_ASCIIDOC = @echo ' ASCIIDOC '$@;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libreport/files/ |
| H A D | 0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch | 25 -AC_PATH_PROG([ASCIIDOC], [asciidoc], [no]) 26 -[if test "$ASCIIDOC" = "no"]
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | doc-asciidoc.mk | 144 define ASCIIDOC 190 asciidoc-document = $(call ASCIIDOC,$(pkgname),$(call UPPERCASE,$(pkgname)),$(pkgdir))
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | aclocal.m4 | 1346 # 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`
|