From: Thomas De Schampheleire Date: Fri, 15 Aug 2014 13:40:38 +0000 (+0200) Subject: manual-text: hide image representations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb00e141497d5cd2a1e784690ef6a6dfd48af25b;p=buildroot.git manual-text: hide image representations 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 Acked-by: Samuel Martin Reviewed-by: "Yann E. MORIN" Tested-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/asciidoc-text.conf b/docs/manual/asciidoc-text.conf index 671cf3abc5..470bdecfc2 100644 --- a/docs/manual/asciidoc-text.conf +++ b/docs/manual/asciidoc-text.conf @@ -15,3 +15,9 @@ {0=}{0? [}{name}:{target}{0?]} [mailto-inlinemacro] {0=}{0? [}{name}:{target}{0?]} + +# Hide image representation from text manual +[image-inlinemacro] +{empty} +[image-blockmacro] +{empty}