From bb00e141497d5cd2a1e784690ef6a6dfd48af25b Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Fri, 15 Aug 2014 15:40:38 +0200 Subject: [PATCH] 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 --- docs/manual/asciidoc-text.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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} -- 2.30.2