summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fick <mfick@codeaurora.org>2012-01-11 14:51:53 -0800
committergerrit code review <noreply-gerritcodereview@google.com>2012-01-11 14:51:54 -0800
commitd4f06f076f7dfa4bb4e1ab71942a71e9485c181f (patch)
tree3619c086df4aefea4f3c87e1672d60528988906f
parentdd43f9d9b71f60e208981149524cf512cf5a60c0 (diff)
parentdb8b6be8cf0e564398a51b8cc9de0c003caf20de (diff)
Merge "Fixing asciidoc makefile to include images." into stablev2.2.2-rc1
-rw-r--r--Documentation/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index f96c6bae0e..e7f4ee0227 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -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 \