Fixing asciidoc makefile to include images.

With the next release of Gerrit there will be images in the documentation.
With the current makefile they are not included. This patch will solve
this problem and include them.

With the advent of Internet Explorer 8 all major web browsers now support
the data URI scheme for embedded images and this patch use this feature.

Bug: issue 1231
Change-Id: I4e675ae42105f38c6ef1287621ac7d738930c82e
This commit is contained in:
Philipp Altmann
2012-01-10 22:08:00 +01:00
parent 2bb2a28dc6
commit 21330d5d2b

View File

@@ -74,6 +74,8 @@ $(DOC_HTML): %.html : %.txt
@echo "FORMAT $@"
@rm -f $@+ $@
@$(ASCIIDOC) -a toc \
-a data-uri \
-a icons \
-a 'revision=$(REVISION)' \
-b xhtml11 \
-f asciidoc.conf \