diff mbox

[1/2] doc: process: bundle icons in html

Message ID 1450202766-30096-2-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes Dec. 15, 2015, 6:06 p.m. UTC
Package the icons with the generated html to avoid rendering issues on some
platforms.

Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 doc/process-guide/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/doc/process-guide/Makefile.am b/doc/process-guide/Makefile.am
index 54e2c1d..0046393 100644
--- a/doc/process-guide/Makefile.am
+++ b/doc/process-guide/Makefile.am
@@ -6,7 +6,7 @@  all-local: $(TARGET)
 
 $(TARGET): release-guide.adoc
 	@mkdir -p $(top_srcdir)/doc/output
-	asciidoc -b html5  -a icons -a toc2  -a max-width=55em --out-file=$@ $<
+	asciidoc -a data-uri -b html5  -a icons -a toc2  -a max-width=55em --out-file=$@ $<
 
 clean-local:
 	rm -f $(TARGET)