summaryrefslogtreecommitdiffstats
path: root/documentation/tools
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Updates to support a 1.8.1 YP manual release.Scott Rifenbark2015-11-181-20/+20
| | | | | | | | | | | Involves setting poky.ent variables, updating the manual revision tables, and editing the mega-manual.sed file to have the 1.8.1 string in there. (From yocto-docs rev: 5f06e00c9bd657059433cd3487e86eccd31e5cd6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: A real fix for thos mega-manual.sed file for Toaster.Scott Rifenbark2015-04-021-1/+1
| | | | | | | | | The previous commit did not fix the problem. This one does. (From yocto-docs rev: d19c2096018db0127d11814ddcba919ad469e428) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: Updated the mega-manual.sed file to include the Toaster manual.Scott Rifenbark2015-04-021-0/+1
| | | | | | | (From yocto-docs rev: 36f9685837da5d202372933bfa895e8a3724dd5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual: Updated sed file to include the toaster manual.Scott Rifenbark2015-02-171-0/+1
| | | | | | | | | | | Added logic to string search and fix links in the Toaster Manual part of the mega-manual. This keeps the links correct for the mega-manual. (From yocto-docs rev: f93b5a187984949129db16b638935b678fd344a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: Added new file update-documentation-confScott Rifenbark2015-02-171-0/+168
| | | | | | | | | | | | | This is a Python script that a developer can run to create a .patch file that when submitted to oe-core will update the documentation.conf file. The update will bring the [doc] file variable descriptions in line with what is in the ref-manual variables file. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: f9dca76a8d9be3dcdbde9229beb03f0ba3701485) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual.sed: Updated to support the 1.8 release.Scott Rifenbark2014-11-041-18/+18
| | | | | | | | | | Replaced the 1.7 strings with 1.8 so that all links in the mega-manual are self-contained and properly resolve. (From yocto-docs rev: 49f4b02c999ff2c3c78111673f6760f5fde2b82e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manuala: Updates to support links to BB manualScott Rifenbark2014-07-211-4/+21
| | | | | | | | | | | | | Discovered that the sed file was processing the bitbake-user-manual just like the others, which was wrong. the BB manual is not included in the mega-manual so the links there need to be left alone. The fix included specially creating substitution lines to handle all the YP docs while excluding the BB manual. (From yocto-docs rev: f2c99c6a66c3f67ab226f317dfae195294ddafea) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual.sed: Added line to process profile-manual.Scott Rifenbark2014-07-031-0/+1
| | | | | | | | | | This line was left out for links with no target. The line is now in there. (From yocto-docs rev: 5a27a32261628b7d4f60981cfe624f08d8cf1535) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual.sed: Changed the version string to 1.7Scott Rifenbark2014-05-131-8/+8
| | | | | | | (From yocto-docs rev: 4ca53b0968aa678f52acda229422b5e420a8e91a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools/mega-manual.sed: Updated to build for 1.6 release.Scott Rifenbark2013-11-011-8/+8
| | | | | | | (From yocto-docs rev: 580e6fbbe9c55b91a8dc6c257b615b0507de3c50) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual.sed: Deleted kernel-manual line.Scott Rifenbark2013-08-131-1/+0
| | | | | | | | | | I had commented this out with the previous commit but decided to completely eliminate it with this one. (From yocto-docs rev: 088f783bb12d29499d1b5da36a3c7a682a7d79d8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual.sed: Removed the processing for kernel-manualScott Rifenbark2013-08-131-2/+2
| | | | | | | | | | The kernel-manual folder is depricated post 1.4 release. I commented out the line that processes links for that folder. (From yocto-docs rev: 1b84448020f75fa2d3c9c12d8ae72ba2a7e7db99) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: Bumped version to 1.5Scott Rifenbark2013-05-311-9/+9
| | | | | | | | | | This sed script needs to process the correct version of the release. I changed from 1.4 to 1.5. (From yocto-docs rev: 8a27243191408b0bc58803d21a6853283d0b3c6a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/tools/eclipse-help.sed: Fix whitespaceTimo Mueller2013-02-141-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/tools/eclipse-help.sed: Processes external links for eclipse ↵Timo Mueller2013-02-141-0/+18
| | | | | | | | | | | html files The file is used when creating eclipse help html files. It processes all html files and converts links so that the user can navigate between different docuementation parts without leaving the eclipse help center. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: Updated SED file that processes links for mega-manualScott Rifenbark2013-01-161-0/+1
| | | | | | | | | | | | The version changed from 1.3 to 1.4. The poky-ref-manual changed to ref-manual. And I added the new kernel-dev manual. For now I am leaving the kernel-manual book. Likely it will be replaced later. (From yocto-docs rev: 3df7476724c96e97f309118fb6d906a999414093) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: Updated the SED file that processes links in the mega-manual.Scott Rifenbark2013-01-071-1/+0
| | | | | | | | | | Substituted "1.4" for "1.3". Substituted "dev-manual" for "poky-ref-manual". (From yocto-docs rev: b0b92c85f402c2280312ed909f4c4b976da28c54) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tools: updated the .sed file that processes the links in mega-manualScott Rifenbark2013-01-071-10/+10
| | | | | | | | | | Had to change 1.3 to 1.4. Also had to change poky-ref-manual to ref-manual. (From yocto-docs rev: e0448415218bacc7ce6555cad47e60a2dc7fc287) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/tools/mega-manual.sed: Processes external links in mega-manualScott Rifenbark2012-09-041-0/+14
| | | | | | | | | | | | Added this file to the tools directory. It is used from the Makefile when making the mega-manual. The file processes all the appropriate <ulink> tags so that they are converted to <link> tags and the user is not vectored off to an external HTML file. (From yocto-docs rev: da2ad62a160c22f785e8237439494716e4c023cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/tools: Add comments to scriptRichard Purdie2010-10-151-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/handbook: Tweak Makefiles and paths after path changesRichard Purdie2010-10-151-1/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Move into documentation directoryRichard Purdie2010-10-151-0/+45
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
OpenPOWER on IntegriCloud