From 7231fc0b4fb7ac90143d70bc2c2a3c94a57e7664 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 13 Aug 2014 10:50:10 +0300 Subject: documentation: Steps to prepare for 1.5.4 YP doc set. With a release of YP, there are certain steps you need to take to the documentation set to prepare it for development of the next release in the branch. This commit takes care of those steps in preparation for the YP 1.5.4 release: 1. Updated all manuals that have a manual revision history table so that they have a new "TBD" entry for the 1.5.4 release. 2. Updated the poky.ent file so that the appropriate variables support the 1.5.4 work. 3. Updated the mega-manual.sed file to replace the 1.5.3 strings with 1.5.4 so that all links in the manual are self-contained and properly processed. (From yocto-docs rev: ffb3175cb6cf5859a7bb134af4c9f49e9e350c30) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-manual.xml | 5 +++++ documentation/bsp-guide/bsp-guide.xml | 5 +++++ documentation/dev-manual/dev-manual.xml | 5 +++++ documentation/kernel-dev/kernel-dev.xml | 5 +++++ documentation/poky.ent | 10 +++++----- documentation/profile-manual/profile-manual.xml | 5 +++++ documentation/ref-manual/ref-manual.xml | 5 +++++ documentation/tools/mega-manual.sed | 18 +++++++++--------- 8 files changed, 44 insertions(+), 14 deletions(-) diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index 8efa0a9442..5e8187f797 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml @@ -81,6 +81,11 @@ July 2014 Released with the Yocto Project 1.5.3 Release. + + 1.5.4 + TBD + Released with the Yocto Project 1.5.4 Release. + diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index ee43ee014b..b3c440b37a 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml @@ -93,6 +93,11 @@ July 2014 Released with the Yocto Project 1.5.3 Release. + + 1.5.4 + TBD + Released with the Yocto Project 1.5.4 Release. + diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 4966c81978..abe8fb6348 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml @@ -71,6 +71,11 @@ July 2014 Released with the Yocto Project 1.5.3 Release. + + 1.5.4 + TBD + Released with the Yocto Project 1.5.4 Release. + diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 0acd569022..ad5ae300e7 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml @@ -56,6 +56,11 @@ July 2014 Released with the Yocto Project 1.5.3 Release. + + 1.5.4 + TBD + Released with the Yocto Project 1.5.4 Release. + diff --git a/documentation/poky.ent b/documentation/poky.ent index 7d8767759f..d27424b72f 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent @@ -1,9 +1,9 @@ - - + + - - - + + + diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml index 290ce2f0bb..2b73369079 100644 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml @@ -56,6 +56,11 @@ July 2014 Released with the Yocto Project 1.5.3 Release. + + 1.5.4 + TBD + Released with the Yocto Project 1.5.4 Release. + diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index 706e4985b7..deeb8604ba 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml @@ -87,6 +87,11 @@ July 2014 Released with the Yocto Project 1.5.3 Release. + + 1.5.4 + TBD + Released with the Yocto Project 1.5.4 Release. + diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 1891ced108..60045d37e1 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -1,14 +1,14 @@ # Processes ref-manual and yocto-project-qs manual (-- style) -s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/1.5.3\/[a-z]*-[a-z]*-[a-z]*\/[a-z]*-[a-z]*-[a-z]*.html#/\"link\" href=\"#/g +s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/1.5.4\/[a-z]*-[a-z]*-[a-z]*\/[a-z]*-[a-z]*-[a-z]*.html#/\"link\" href=\"#/g # Processes all other manuals (- style) -s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/1.5.3\/[a-z]*-[a-z]*\/[a-z]*-[a-z]*.html#/\"link\" href=\"#/g +s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/1.5.4\/[a-z]*-[a-z]*\/[a-z]*-[a-z]*.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 Manual<\/a>/Yocto Project Development Manual/g -s/Yocto Project Application Developer's Guide<\/a>/Yocto Project Application Developer's Guide/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 -s/Yocto Project Reference Manual<\/a>/Yocto Project Reference Manual/g +s/Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g +s/Yocto Project Development Manual<\/a>/Yocto Project Development Manual/g +s/Yocto Project Application Developer's Guide<\/a>/Yocto Project Application Developer's Guide/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 +s/Yocto Project Reference Manual<\/a>/Yocto Project Reference Manual/g -- cgit v1.2.3-54-g00ecf