]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation: Complete poky-handbook -> poky-ref-manual rename
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 11:19:34 +0000 (12:19 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 15 Oct 2010 11:45:09 +0000 (12:45 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
.gitignore
documentation/poky-ref-manual/Makefile
documentation/poky-ref-manual/bsp-guide.xml
documentation/poky-ref-manual/poky-ref-manual.png [moved from documentation/poky-ref-manual/poky-handbook.png with 100% similarity]
documentation/poky-ref-manual/poky-ref-manual.xml [moved from documentation/poky-ref-manual/poky-handbook.xml with 97% similarity]
documentation/poky-ref-manual/style.css
documentation/template/poky-ref-manual.png [moved from documentation/template/poky-handbook.png with 100% similarity]

index 439a15b2cc71f40a929bd8085fcb7ed110682075..f2db960e157342db7e817243882e21cfe3bca409 100644 (file)
@@ -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
 
index 5c5761c401ff9bc3078a338601eff4ac4369caa8..22913e15544030748fadfe6be0ddc3ec75fc4776 100644 (file)
@@ -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)
index a1752bf535382237348fe07fddeff085bd1531ae..e65325f51062a495711ac93603379a3cab7e8e6e 100644 (file)
@@ -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>    
similarity index 97%
rename from documentation/poky-ref-manual/poky-handbook.xml
rename to documentation/poky-ref-manual/poky-ref-manual.xml
index 445217c7864f07a8471dc98666360d6d638245c8..fc7ed35e1342180b5cd2b1d2a38e61009eb302b2 100644 (file)
@@ -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>    
index c4d9df197c09f4cb56eb7ba036bad8a7dcdd206f..b5019bbee6e76e1ca91ca65b9a6fe0f9aabdd884 100644 (file)
@@ -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;