From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Wed, 13 Aug 2014 21:25:46 +0200 Subject: [Buildroot] [PATCH 0 of 5 v3 for 2014.08] manual-text generation improvements Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net This patch series makes some improvements to the generation of the text version of the manual: - make sure that URLs are visible - remove the 'logo' (logo.png) reference To achieve this, three preparatory patches are needed. Note that this series stands on its own, it can already be applied. A subsequent series will make structural and content-wise changes to the manual itself. Signed-off-by: Thomas De Schampheleire --- v3: fix 'make manual' without .config (extra patch) v2: refine patch 4 (changing URLs) Thomas De Schampheleire (5) Makefile: unconditionally include pkg-utils.mk gendoc infra: use $(pkgname) instead of explicitly passing 'manual' gendoc infra: add support for asciidoc configuration files manual-text: make sure URLs are displayed if a link text was provided manual-text: hide image representations Makefile | 2 ++ docs/manual/asciidoc-text.conf | 23 +++++++++++++++++++++++ docs/manual/manual.mk | 26 ++++++++++++++++---------- package/Makefile.in | 1 - 4 files changed, 41 insertions(+), 11 deletions(-)