[Buildroot] [PATCH 4 of 4 for 2014.08] manual-text: hide image representations

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun Aug 10 18:35:11 UTC 2014


Images specified in the asciidoc sources (currently only the logo) are
displayed as the file name in the text version of the manual. This causes an
odd line to appear:
    logo.png

Avoid this by setting the image representation macros to {empty} in
manual-text.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
 docs/manual/asciidoc-text.conf |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff -r a891fa8b7ca9 -r d17274964bab docs/manual/asciidoc-text.conf
--- a/docs/manual/asciidoc-text.conf	Sat Aug 09 19:42:30 2014 +0200
+++ b/docs/manual/asciidoc-text.conf	Sun Aug 10 17:55:54 2014 +0200
@@ -11,3 +11,9 @@
 {0=} [{name}:{target}]
 [mailto-inlinemacro]
 {0=} [{name}:{target}]
+
+# Hide image representation from text manual
+[image-inlinemacro]
+{empty}
+[image-blockmacro]
+{empty}



More information about the buildroot mailing list