Merge "Fixing asciidoc makefile to include images." into stable
diff --git a/Documentation/Makefile b/Documentation/Makefile
index f96c6ba..e7f4ee02 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -74,6 +74,8 @@
 	@echo "FORMAT $@"
 	@rm -f $@+ $@
 	@$(ASCIIDOC) -a toc \
+		-a data-uri \
+		-a icons \
 		-a 'revision=$(REVISION)' \
 		-b xhtml11 \
 		-f asciidoc.conf \