| /OK3568_Linux_fs/buildroot/package/ |
| H A D | doc-asciidoc.mk | 3 .PHONY: asciidoc-check-dependencies 4 asciidoc-check-dependencies: 15 asciidoc-check-dependencies-pdf: 36 BR_ASCIIDOC_CONF = docs/conf/asciidoc.conf 62 asciidoc-check-dependencies-$(5): 65 $(1)-check-dependencies-$(5): asciidoc-check-dependencies-$(5) 74 BR_$(4)_ASCIIDOC_CONF = docs/conf/asciidoc-$(4).conf 85 $(2)_$(4)_ASCIIDOC_CONF = $(3)/asciidoc-$(4).conf 125 --asciidoc-opts="$$($(2)_$(4)_ASCIIDOC_OPTS)" \ 147 $(1)-check-dependencies: asciidoc-check-dependencies $$($(2)_DEPENDENCIES) [all …]
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | check-host-asciidoc.sh | 5 asciidoc=`which asciidoc` 6 if [ ! -x "$asciidoc" ]; then 13 version=`$asciidoc --version | cut -d\ -f2` 23 echo $asciidoc 26 echo $asciidoc 30 echo $asciidoc
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/babeltrace2/ |
| H A D | 0001-Make-manpages-multilib-identical.patch | 9 doc/man/asciidoc-attrs.conf.in | 4 ++-- 12 diff --git a/doc/man/asciidoc-attrs.conf.in b/doc/man/asciidoc-attrs.conf.in 14 --- a/doc/man/asciidoc-attrs.conf.in 15 +++ b/doc/man/asciidoc-attrs.conf.in
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-packages-asciidoc.txt | 2 // vim: syntax=asciidoc 4 === Infrastructure for asciidoc documents 6 [[asciidoc-documents-tutorial]] 9 using the http://asciidoc.org/[AsciiDoc] mark-up syntax. The manual is then 27 ==== +asciidoc-document+ tutorial 31 is named +asciidoc-document+. 43 08: $(eval $(call asciidoc-document)) 52 On line 8, we call the +asciidoc-document+ function, which generates all 55 ==== +asciidoc-document+ reference 121 31: $(eval $(call asciidoc-document))
|
| H A D | writing-rules.txt | 2 // vim: set syntax=asciidoc: 204 http://www.methods.co.nz/asciidoc/[asciidoc] format. 206 For further details about the asciidoc syntax, refer to 207 http://www.methods.co.nz/asciidoc/userguide.html[].
|
| H A D | adding-packages.txt | 2 // vim: set syntax=asciidoc: 48 include::adding-packages-asciidoc.txt[]
|
| H A D | download-infra.txt | 2 // vim: set syntax=asciidoc:
|
| H A D | manual.mk | 10 $(eval $(call asciidoc-document))
|
| H A D | appendix.txt | 2 // vim: set syntax=asciidoc:
|
| H A D | prerequisite.txt | 2 // vim: set syntax=asciidoc: 89 ** +asciidoc+, version 8.6.3 or higher
|
| H A D | advanced.txt | 2 // vim: set syntax=asciidoc:
|
| H A D | known-issues.txt | 2 // vim: set syntax=asciidoc:
|
| H A D | adding-packages-conclusion.txt | 2 // vim: set syntax=asciidoc:
|
| H A D | customize-users-tables.txt | 2 // vim: set syntax=asciidoc:
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/ |
| H A D | Makefile | 37 ASCIIDOC = asciidoc 38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf 69 ASCIIDOC_EXTRA += -a libperf-asciidoc-no-roff 75 ASCIIDOC_EXTRA += -a libperf-asciidoc-no-roff
|
| H A D | asciidoc.conf | 30 ifndef::tep-asciidoc-no-roff[] 45 endif::tep-asciidoc-no-roff[] 47 ifdef::tep-asciidoc-no-roff[] 66 endif::tep-asciidoc-no-roff[]
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | asciidoc.conf | 30 ifndef::perf-asciidoc-no-roff[] 45 endif::perf-asciidoc-no-roff[] 47 ifdef::perf-asciidoc-no-roff[] 66 endif::perf-asciidoc-no-roff[]
|
| H A D | Makefile | 50 ASCIIDOC=asciidoc 51 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf 120 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff 126 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff 180 $(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf 322 …$(DBLATEX) -o $@+ -p /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -s /etc/asciidoc/dblatex/asciidoc-…
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | Makefile | 30 ASCIIDOC=asciidoc 31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf 87 ASCIIDOC_EXTRA += -a libtraceevent-asciidoc-no-roff 93 ASCIIDOC_EXTRA += -a libtraceevent-asciidoc-no-roff
|
| H A D | asciidoc.conf | 30 ifndef::tep-asciidoc-no-roff[] 45 endif::tep-asciidoc-no-roff[] 47 ifdef::tep-asciidoc-no-roff[] 66 endif::tep-asciidoc-no-roff[]
|
| /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 | 4 Subject: [PATCH 2/4] configure.ac: remove prog test of xmlto and asciidoc 6 The prog of xmlto and asciidoc were used to generate documents, 25 -AC_PATH_PROG([ASCIIDOC], [asciidoc], [no]) 28 - [echo "The asciidoc program was not found in the search path. Please ensure"]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/asciidoc/ |
| H A D | asciidoc_10.1.4.bb | 5 HOMEPAGE = "http://asciidoc.org/" 12 SRC_URI = "git://github.com/asciidoc/asciidoc-py;protocol=https;branch=main"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/ |
| H A D | remove-man-page-creation.patch | 15 [AC_MSG_WARN([asciidoc not installed, man pages will not be created])])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libmodbus/ |
| H A D | libmodbus.inc | 14 PACKAGECONFIG[documentation] = "--with-documentation,--without-documentation,asciidoc-native xmlto-…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/audiofile/ |
| H A D | audiofile_0.3.6.bb | 23 asciidoc-native \
|