summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* documentation: [YOCTO #1025] build system for docsBeth Flanagan2011-06-131-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes fix the following issues: 1. Multiple Makefiles. There really is no need for this. 2. Unable to maintain more than one version of the docs on the webserver. This is a quick fix to enable the above. In order to build the documentation, at the top level, issue a: make all DOC=<doc directory name> make all DOC=kernel-manual Also, some changes need to occur on the webserver to fully incorporate these fixes. http://www.yoctoproject.org/documentation/ The docs are now published to: http://www.yoctoproject.org/docs/<Release MM.mm>/<doc name> The main page should be changed to point not only to the current doc release, but also to the prior releases. This will enable us to maintain prior release documentation without stomping over it when we publish new docs. Also, we'll need to repoint the yocto-quick-start link to yocto-project-qs. Or rename documentation/yocto-project-qs/* to support the website naming. (From yocto-docs rev: 2651790d80fd32cd4619eeb5375f6ee28e7e7fda) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Removed hardcoded user name from publish optionScott Rifenbark2011-05-101-2/+2
| | | | | | | | | | | I removed the hardcoded name from the publish option. This involved updating the Makefiles. The publish option is still temporary as a more permanent solution is being created. (From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Added new title graphicScott Rifenbark2011-05-101-1/+1
| | | | | | | | | | | | | | | | | I have removed the multi-colored POKY image that was used for the title of the Poky Handbook. The image I put in here is in line with the other graphics used as titles for our Yocto Project documentation. To accomplish this I had to create and add a new PNG file named poky-title.png. I placed this image in the figures folder. I removed the poky-ref-manual.png file (old figure). I also had to alter the Makefile to use the new figure as part of the tarball. Finally, I had to alter the HTML style sheet (style.css) to include the new file. (From yocto-docs rev: 6c44fca054c1c105daea6fa42f89a7f78a6d12cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Figures cleanupScott Rifenbark2011-05-101-1/+1
| | | | | | | | | | | | | | | | | | I removed two figures from the figures directory: cropped-yocto-project-bw.png and yocto-project-transp.png. Both figures are relics and not used in the manual. I also altered the Makefile to pull the ss-sato.png file from the figures directory instead of the screenshots directory. I moved this PNG file from the screenshots directory to the figures directory so that all figures would be in the figures directory. Finally, I updated the introduction.xml file so that the html code to include the ss-sato.png file pulls it from the figures directory and not the screenshots directory. (From yocto-docs rev: daa15c232d8c46d94cafd080e03318c733ec089f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_956: documenation/poky-ref-manual/Makefile: Updated publishScott Rifenbark2011-05-101-4/+6
| | | | | | | | | | | BUGID#_956: I updated the publish option so that the HTML and PDF versions of the manual are automatically pushed to the Yocto Project website. This fix takes care of BUGID#_956 for the Poky Reference Manual. (From yocto-docs rev: aed87d15ce9df0835b704fda1e9d8f464d070e32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Fixed the remote publish URL used to push the HTML and PDF files to the website. (From yocto-docs rev: c5c170c582ca0a483aca13b7ddaa7f4d99a3aaf9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Update publishing locationSaul Wold2011-05-091-1/+1
| | | | | | | (From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Poky Reference Manual: Added XSL Customization layer useScott Rifenbark2010-11-151-1/+1
| | | | | | | | | The xsltproc command now uses the XSL Customization layer style sheet poky-ref-manual-customization.xsl for the style sheet parameter. This method will allow for customization of the HTML version formatting that might be unique for the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Clean up MakefileScott Rifenbark2010-11-151-5/+5
| | | | | | | | | I moved the XSLTOPTS variables to the top of the file so they will be defined first. This is an attempt to fix the seemingly random HTML runtime errors I am getting during the 'make html' command. It seems to be consistently working now. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Created a new folder to hold the BSP GuideScott Rifenbark2010-11-041-4/+2
| | | | | | | | | | | I created a new sub folder to hold the BSP Guide by itself so there are three folders now for each of the Yocto manuals: BSP Guide, quick start and poky ref manual. The new folder for the BSP guide is 'bsp-guide'. It contains the bsp.xml file, its own Makefile, a bsp-guide.xml file, and its own 'Figures' directory. The 'bsp-guide.xml' file that was in the poky reference folder was deleted. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Fix image makefile to reference the imageRichard Purdie2010-10-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/pokt-ref-manual: Update with Yocto brandingRichard Purdie2010-10-271-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie2010-10-151-6/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* documentation/handbook: Tweak Makefiles and paths after path changesRichard Purdie2010-10-151-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook/poky-ref-manual: Makefile tweaksRichard Purdie2010-10-151-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Move into documentation directoryRichard Purdie2010-10-151-0/+38
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>