summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Makefile corrections to support web server structureScott Rifenbark2011-10-141-6/+29
| | | | | | | | | | | | | | | The web server directory structure for the post 1.0 releases was changed. Also, the creation of a new 1.0 area in the web structure was retroactively created. this broke the five make files for publishing documents to the web. I fixed all five files so they now push to the 1.0 area only. The fix included hard-coding the 1.0 directory structure. I also set them up to be a little more generic. (From yocto-docs rev: d2cd8f1165b0cc995fc322a7d836de0902da7614) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark2011-05-061-1/+1
| | | | | | | Fixed the URL used to publish the HTML and PDF docs to the yoctoproject.org server and website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarballScott Rifenbark2011-05-061-1/+1
| | | | | | | (From OE-Core rev: dc4c7e396833dd3d0839c458b8762a89e0979138) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output ↵Scott Rifenbark2010-12-101-3/+3
| | | | | | files to be named "kernel-manual" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: changed the name of the PDF output ↵Scott Rifenbark2010-12-101-2/+2
| | | | | | file to "kernel-manual.pdf" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: Added code to create a PDF version.Scott Rifenbark2010-12-101-4/+14
| | | | | | | | Code now calls a new file called kernel-manual.xml that in turn includes the yocto-project-kernel-manual.xml file. This is in line with how the other docs are built. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: fixed mis-spelling of kernel for filesScott Rifenbark2010-12-101-4/+4
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kerenl-manual: New directory and files for kernel manual.Scott Rifenbark2010-12-101-0/+32
This is the first draft of the Yocto Project Kernel manual. The manual consists of two sections: concepts and a practical section that has examples. It is based of Bruce Ashfield's kernel theory paper. This first draft has been re-written and organized through the concepts section. The remainder was just placed in as-is due to time constraints for getting some kernel documentation up on the website. The manual still needs scrubbing and organization in the latter half. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>