Commit 50f7fb44 authored by Anton Midyukov's avatar Anton Midyukov

doc: do not use images from asciidoc, add missing images

As of asciidoc-10.2.0-alt1, resources moved from /etc/asciidoc to %python3_sitelibdir/%name/resources. It is better not to depend on third-party resources that may be moved. Missing Images added from asciidoc-10.2.0-alt1.
parent f2494d3c
......@@ -13,7 +13,6 @@ endif
PROJECT = mkimage-profiles
TOPLEVEL_DOC = $(PROJECT).asciidoc
RESOURCE_FILES = /etc/asciidoc
A2X = a2x
FXC = .fop.xconf
......@@ -24,7 +23,7 @@ DEPTH = 3
# common args (and the source file to process) come last
XSLT_ARGS = --stringparam toc.max.depth $(DEPTH)
COMMON_ARGS = -d book -a lang="$L" $(DEST) $(VERBOSE) $(TOPLEVEL_DOC)
HTML_ARGS = -a data-uri --icons -r $(RESOURCE_FILES) -r . \
HTML_ARGS = -a data-uri --icons -r . \
--xsltproc-opts='$(XSLT_ARGS)' $(COMMON_ARGS)
# most convenient deliverables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment