From 95cf36fbd18405d6909020efb2c74e329bf1c162 Mon Sep 17 00:00:00 2001
From: Richard Purdie <rpurdie@linux.intel.com>
Date: Fri, 15 Oct 2010 12:19:34 +0100
Subject: documentation: Complete poky-handbook -> poky-ref-manual rename

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
---
 .gitignore                                        |  23 ++---
 documentation/poky-ref-manual/Makefile            |  12 +--
 documentation/poky-ref-manual/bsp-guide.xml       |   2 +-
 documentation/poky-ref-manual/poky-handbook.png   | Bin 17829 -> 0 bytes
 documentation/poky-ref-manual/poky-handbook.xml   | 102 ----------------------
 documentation/poky-ref-manual/poky-ref-manual.png | Bin 0 -> 17829 bytes
 documentation/poky-ref-manual/poky-ref-manual.xml | 102 ++++++++++++++++++++++
 documentation/poky-ref-manual/style.css           |   2 +-
 documentation/template/poky-handbook.png          | Bin 32145 -> 0 bytes
 documentation/template/poky-ref-manual.png        | Bin 0 -> 32145 bytes
 10 files changed, 115 insertions(+), 128 deletions(-)
 delete mode 100644 documentation/poky-ref-manual/poky-handbook.png
 delete mode 100644 documentation/poky-ref-manual/poky-handbook.xml
 create mode 100644 documentation/poky-ref-manual/poky-ref-manual.png
 create mode 100644 documentation/poky-ref-manual/poky-ref-manual.xml
 delete mode 100644 documentation/template/poky-handbook.png
 create mode 100644 documentation/template/poky-ref-manual.png

diff --git a/.gitignore b/.gitignore
index 439a15b2c..f2db960e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,22 +18,9 @@ poky-autobuilder*
 *.orig
 *.rej
 *~
-handbook/poky-doc-tools/Makefile
-handbook/poky-doc-tools/Makefile.in
-handbook/poky-doc-tools/aclocal.m4
-handbook/poky-doc-tools/autom4te.cache/
-handbook/poky-doc-tools/common/Makefile
-handbook/poky-doc-tools/common/Makefile.in
-handbook/poky-doc-tools/common/fop-config.xml
-handbook/poky-doc-tools/config.log
-handbook/poky-doc-tools/config.status
-handbook/poky-doc-tools/configure
-handbook/poky-doc-tools/install-sh
-handbook/poky-doc-tools/missing
-handbook/poky-doc-tools/poky-docbook-to-pdf
-handbook/poky-handbook.html
-handbook/poky-handbook.pdf
-handbook/poky-handbook.tgz
-handbook/bsp-guide.html
-handbook/bsp-guide.pdf
+documentation/poky-ref-manual/poky-ref-manual.html
+documentation/poky-ref-manual/poky-ref-manual.pdf
+documentation/poky-ref-manual/poky-ref-manual.tgz
+documentation/poky-ref-manual/bsp-guide.html
+documentation/poky-ref-manual/bsp-guide.pdf
 
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile
index 5c5761c40..22913e155 100644
--- a/documentation/poky-ref-manual/Makefile
+++ b/documentation/poky-ref-manual/Makefile
@@ -1,7 +1,7 @@
 all: html pdf tarball
 
 pdf:
-	../tools/poky-docbook-to-pdf poky-handbook.xml ../template
+	../tools/poky-docbook-to-pdf poky-ref-manual.xml ../template
 	../tools/poky-docbook-to-pdf bsp-guide.xml ../template
 
 XSLTOPTS = --stringparam html.stylesheet style.css \
@@ -19,20 +19,20 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
 
 html:
 #       See http://www.sagehill.net/docbookxsl/HtmlOutput.html 
-	xsltproc $(XSLTOPTS) -o poky-handbook.html $(XSL_XHTML_URI) poky-handbook.xml
+	xsltproc $(XSLTOPTS) -o poky-ref-manual.html $(XSL_XHTML_URI) poky-ref-manual.xml
 	xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml
 
 tarball: html
-	tar -cvzf poky-handbook.tgz poky-handbook.html style.css screenshots/ss-sato.png poky-beaver.png poky-handbook.png
+	tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css screenshots/ss-sato.png poky-beaver.png poky-ref-manual.png
 
 validate:
-	xmllint --postvalid --xinclude --noout poky-handbook.xml
+	xmllint --postvalid --xinclude --noout poky-ref-manual.xml
 
-OUTPUTS = poky-handbook.tgz poky-handbook.html poky-handbook.pdf bsp-guide.pdf bsp-guide.hml
+OUTPUTS = poky-ref-manual.tgz poky-ref-manual.html poky-ref-manual.pdf bsp-guide.pdf bsp-guide.html
 SOURCES = *.png *.xml *.css *.svg
 
 publish:
 	scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/
 
 clean:
-	rm $(OUTPUTS)
+	rm -f $(OUTPUTS)
diff --git a/documentation/poky-ref-manual/bsp-guide.xml b/documentation/poky-ref-manual/bsp-guide.xml
index a1752bf53..e65325f51 100644
--- a/documentation/poky-ref-manual/bsp-guide.xml
+++ b/documentation/poky-ref-manual/bsp-guide.xml
@@ -9,7 +9,7 @@
 
         <mediaobject>
             <imageobject>
-                <imagedata fileref='poky-handbook.png' 
+                <imagedata fileref='poky-ref-manual.png' 
                     format='SVG' 
                     align='center' scalefit='1' width='100%'/>
             </imageobject>    
diff --git a/documentation/poky-ref-manual/poky-handbook.png b/documentation/poky-ref-manual/poky-handbook.png
deleted file mode 100644
index 333442e0d..000000000
Binary files a/documentation/poky-ref-manual/poky-handbook.png and /dev/null differ
diff --git a/documentation/poky-ref-manual/poky-handbook.xml b/documentation/poky-ref-manual/poky-handbook.xml
deleted file mode 100644
index 445217c78..000000000
--- a/documentation/poky-ref-manual/poky-handbook.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<book id='poky-handbook' lang='en' 
-      xmlns:xi="http://www.w3.org/2003/XInclude"
-      xmlns="http://docbook.org/ns/docbook"
-      >
-    <bookinfo>
-
-        <mediaobject>
-            <imageobject>
-                <imagedata fileref='poky-handbook.png' 
-                    format='SVG' 
-                    align='center' scalefit='1' width='100%'/>
-            </imageobject>    
-        </mediaobject>
-
-        <title>Poky Handbook</title>
-        <subtitle>Hitchhiker's Guide to Poky</subtitle>
-
-        <authorgroup>
-            <author>
-                <firstname>Richard</firstname> <surname>Purdie</surname>
-                <affiliation>
-                    <orgname>Intel Corporation</orgname>
-                </affiliation>
-                <email>richard@linux.intel.com</email>
-            </author>
-
-            <author>
-                <firstname>Tomas</firstname> <surname>Frydrych</surname>
-                <affiliation>
-                    <orgname>Intel Corporation</orgname>
-                </affiliation>
-            </author>
-
-            <author>
-                <firstname>Marcin</firstname> <surname>Juszkiewicz</surname>
-            </author>
-            <author>
-                <firstname>Dodji</firstname> <surname>Seketeli</surname>
-            </author>
-        </authorgroup>
-
-        <revhistory>
-            <revision>
-                <revnumber>3.3+git</revnumber>
-                <date>11 June 2010</date>
-                <revremark>Poky Master Documentation</revremark>
-            </revision>
-        </revhistory>
-
-    <copyright>
-      <year>2007-2010</year>
-      <holder>Intel Corporation</holder>
-    </copyright>
-
-    <legalnotice>
-      <para>
-        Permission is granted to copy, distribute and/or modify this document under 
-        the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
-      </para>
-    </legalnotice>
-
-    </bookinfo>
-
-    <xi:include href="introduction.xml"/>
-
-    <xi:include href="usingpoky.xml"/>
-
-    <xi:include href="extendpoky.xml"/>
-
-    <xi:include href="bsp.xml"/>
-
-    <xi:include href="development.xml"/>
-
-    <xi:include href="ref-structure.xml"/>
-
-    <xi:include href="ref-bitbake.xml"/>
-
-    <xi:include href="ref-classes.xml"/>
-
-    <xi:include href="ref-images.xml"/>
-
-    <xi:include href="ref-features.xml"/>
-
-    <xi:include href="ref-variables.xml"/>
-
-    <xi:include href="ref-varlocality.xml"/>
-
-    <xi:include href="faq.xml"/>
-
-    <xi:include href="resources.xml"/>
-
-    <index id='index'>
-      <title>Index</title>
-    </index>
-
-</book>
-<!-- 
-vim: expandtab tw=80 ts=4 
--->
diff --git a/documentation/poky-ref-manual/poky-ref-manual.png b/documentation/poky-ref-manual/poky-ref-manual.png
new file mode 100644
index 000000000..333442e0d
Binary files /dev/null and b/documentation/poky-ref-manual/poky-ref-manual.png differ
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml
new file mode 100644
index 000000000..fc7ed35e1
--- /dev/null
+++ b/documentation/poky-ref-manual/poky-ref-manual.xml
@@ -0,0 +1,102 @@
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<book id='poky-handbook' lang='en' 
+      xmlns:xi="http://www.w3.org/2003/XInclude"
+      xmlns="http://docbook.org/ns/docbook"
+      >
+    <bookinfo>
+
+        <mediaobject>
+            <imageobject>
+                <imagedata fileref='poky-ref-manual.png' 
+                    format='SVG' 
+                    align='center' scalefit='1' width='100%'/>
+            </imageobject>    
+        </mediaobject>
+
+        <title>Poky Handbook</title>
+        <subtitle>Hitchhiker's Guide to Poky</subtitle>
+
+        <authorgroup>
+            <author>
+                <firstname>Richard</firstname> <surname>Purdie</surname>
+                <affiliation>
+                    <orgname>Intel Corporation</orgname>
+                </affiliation>
+                <email>richard@linux.intel.com</email>
+            </author>
+
+            <author>
+                <firstname>Tomas</firstname> <surname>Frydrych</surname>
+                <affiliation>
+                    <orgname>Intel Corporation</orgname>
+                </affiliation>
+            </author>
+
+            <author>
+                <firstname>Marcin</firstname> <surname>Juszkiewicz</surname>
+            </author>
+            <author>
+                <firstname>Dodji</firstname> <surname>Seketeli</surname>
+            </author>
+        </authorgroup>
+
+        <revhistory>
+            <revision>
+                <revnumber>3.3+git</revnumber>
+                <date>11 June 2010</date>
+                <revremark>Poky Master Documentation</revremark>
+            </revision>
+        </revhistory>
+
+    <copyright>
+      <year>2007-2010</year>
+      <holder>Intel Corporation</holder>
+    </copyright>
+
+    <legalnotice>
+      <para>
+        Permission is granted to copy, distribute and/or modify this document under 
+        the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
+      </para>
+    </legalnotice>
+
+    </bookinfo>
+
+    <xi:include href="introduction.xml"/>
+
+    <xi:include href="usingpoky.xml"/>
+
+    <xi:include href="extendpoky.xml"/>
+
+    <xi:include href="bsp.xml"/>
+
+    <xi:include href="development.xml"/>
+
+    <xi:include href="ref-structure.xml"/>
+
+    <xi:include href="ref-bitbake.xml"/>
+
+    <xi:include href="ref-classes.xml"/>
+
+    <xi:include href="ref-images.xml"/>
+
+    <xi:include href="ref-features.xml"/>
+
+    <xi:include href="ref-variables.xml"/>
+
+    <xi:include href="ref-varlocality.xml"/>
+
+    <xi:include href="faq.xml"/>
+
+    <xi:include href="resources.xml"/>
+
+    <index id='index'>
+      <title>Index</title>
+    </index>
+
+</book>
+<!-- 
+vim: expandtab tw=80 ts=4 
+-->
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css
index c4d9df197..b5019bbee 100644
--- a/documentation/poky-ref-manual/style.css
+++ b/documentation/poky-ref-manual/style.css
@@ -782,7 +782,7 @@ div.sect2 .titlepage .title {
 
 h1.title {
   background-color: transparent;
-  background-image: url("poky-handbook.png");
+  background-image: url("poky-ref-manual.png");
   background-repeat: no-repeat;
   height: 256px;
   text-indent: -9000px;
diff --git a/documentation/template/poky-handbook.png b/documentation/template/poky-handbook.png
deleted file mode 100644
index 2085edb46..000000000
Binary files a/documentation/template/poky-handbook.png and /dev/null differ
diff --git a/documentation/template/poky-ref-manual.png b/documentation/template/poky-ref-manual.png
new file mode 100644
index 000000000..2085edb46
Binary files /dev/null and b/documentation/template/poky-ref-manual.png differ
-- 
cgit v1.2.3