From 64c37b5400b489a3b52bbffac59689b392e0e1f0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 4 Jan 2018 09:17:00 -0800 Subject: mega-manual.sed: Corrected bad SDK title string I neglected to change the string for matching purposes in the SDK line when the SDK manual title changed. This was causing links to that manual where there is no specific # to not be resolved correctly. I also removed a redundant line for the yocto-project-qs manual. It was appearing in two places. (From yocto-docs rev: dcc0d5a98af93eded676e7b4cb684f60d2cf9d3a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/tools/mega-manual.sed | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'documentation/tools/mega-manual.sed') diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 8ea92e6598..3f95569642 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -21,13 +21,12 @@ s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/kernel-dev\/kernel- s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html#/\"link\" href=\"#/g s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/ref-manual\/ref-manual.html#/\"link\" href=\"#/g s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toaster-manual.html#/\"link\" href=\"#/g -s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html#/\"link\" href=\"#/g # Process cases where just an external manual is referenced without an id anchor s/Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g s/Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g s/Yocto Project Overview Manual<\/a>/Yocto Project Overview Manual/g -s/Yocto Project Software Development Kit (SDK) Developer's Guide<\/a>/Yocto Project Software Development Kit (SDK) Developer's Guide/g +s/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g s/Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g s/Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g s/Yocto Project Linux Kernel Development Manual<\/a>/Yocto Project Linux Kernel Development Manual/g -- cgit v1.2.3-54-g00ecf