From 7105c52799c506961ec59e28681d8d6b588ffb4a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Apr 2018 10:54:20 -0700 Subject: mega-manual.sed: Added overview manual and extra subst. Updated the script to process the overview-manual strings found in the mega-manual. These changed due to the folder chaning from "getting-started" to "overview-manual". Additionally, I discovered a single occurrence of a linked reference to the mega-manual that was in the mega-manual. This is not ideal. That link needs to be a link in the ref-manual where it originates. However, the link in the mega-manual should not link to itself. That link needed processing just like all top-level book links in the mega-manual. The link should be removed. I added a single substitution operation at the end of the file to handle this lone case within the mega-manual. (From yocto-docs rev: 57ebdb1cb10a4df0d69316d1f116d7804199ae90) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/tools/mega-manual.sed | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation') diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index e1dc98ad42..6d8c6e7ef4 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -34,3 +34,7 @@ s/Yocto Project Linux Kernel Development Manual<\/a>/Yocto Project Linux Kernel Development Manual/g s/Yocto Project Reference Manual<\/a>/Yocto Project Reference Manual/g s/Toaster User Manual<\/a>/Toaster User Manual/g + +# Process a single, rouge occurrence of a linked reference to the Mega-Manual. +s/Yocto Project Mega-Manual<\/a>/Yocto Project Mega-Manual/g + -- cgit v1.2.3-54-g00ecf