Lines Matching refs:asciidoc
39 ASCIIDOC=asciidoc
61 # For asciidoc ...
87 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
92 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
93 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
108 # Please note that there is a minor bug in asciidoc.
127 QUIET_ASCIIDOC = @echo ' ' ASCIIDOC $@;
146 $(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf
190 # Determine "include::" file references in asciidoc files.
225 $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf \
235 $(ASCIIDOC) -b docbook -d manpage -f asciidoc.conf \
257 $(DBLATEX) -o $@+ -p /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -s /etc/asciidoc/dblatex/asciidoc-dblatex.sty $< && \
282 $(QUIET_ASCIIDOC)$(ASCIIDOC) -b xhtml11 $*.txt
288 sed -e '1,/^$$/d' $< | $(ASCIIDOC) -b xhtml11 - >$@+ && \