Home | History | Annotate | Download | only in Documentation

Lines Matching refs:asciidoc

49 ASCIIDOC=asciidoc
71 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
73 missing_tools = $(ASCIIDOC)
82 # For asciidoc ...
108 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
113 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
114 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
129 # Please note that there is a minor bug in asciidoc.
148 QUIET_ASCIIDOC = @echo ' ' ASCIIDOC $@;
167 $(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf
229 # Determine "include::" file references in asciidoc files.
268 $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf \
278 $(ASCIIDOC) -b docbook -d manpage -f asciidoc.conf \
300 $(DBLATEX) -o $@+ -p /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -s /etc/asciidoc/dblatex/asciidoc-dblatex.sty $< && \
325 $(QUIET_ASCIIDOC)$(ASCIIDOC) -b xhtml11 $*.txt
331 sed -e '1,/^$$/d' $< | $(ASCIIDOC) -b xhtml11 - >$@+ && \