summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Larson <brad.larson@garmin.com>2012-01-23 12:23:26 -0600
committerBrad Larson <brad.larson@garmin.com>2012-01-23 13:35:35 -0600
commit1903aa91ce06e09fcdbc779aa1a34c55b4a96648 (patch)
treefac4cf9eb53b32dd50efb7efb8cbbd89e60d1d37
parent66452bf0dc3a2d7cf21567b2f7de8f2d42fa1fa2 (diff)
Don't use graphic icons for notes, warnings, etc.
Change 30758 [1] fixed a bug with showing graphics in the tutorial, but also included the icons folder which attempted to provide graphics for notes, warnings, and other asciidoc sections. These graphics are not currently in our repository and there are licensing concerns with using them. To simplify things, we are not going to include graphics for these icons and will keep the previous 2.2.1 behavior. [1] https://gerrit-review.googlesource.com/#/c/30785/ Change-Id: Ic4132122d8011f4e590d15d5323c0b645835f604 Signed-off-by: Brad Larson <bklarson@gmail.com>
-rw-r--r--Documentation/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index e7f4ee0227..5522239834 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -75,7 +75,6 @@ $(DOC_HTML): %.html : %.txt
@rm -f $@+ $@
@$(ASCIIDOC) -a toc \
-a data-uri \
- -a icons \
-a 'revision=$(REVISION)' \
-b xhtml11 \
-f asciidoc.conf \