]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook/Makefile: Add tarball target
authorRichard Purdie <richard@openedhand.com>
Fri, 29 Feb 2008 23:56:51 +0000 (23:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 29 Feb 2008 23:56:51 +0000 (23:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3883 311d38ba-8fff-0310-9ca6-ca027cbcb966

handbook/Makefile
handbook/TODO

index ff6cd89d41383e92da96c2bcc70d856201b17cb6..c2768dc45bb6144819692a785739171c4cde97dd 100644 (file)
@@ -18,5 +18,8 @@ html:
 #       -- old way --
 #      xmlto xhtml-nochunks poky-handbook.xml
 
+tarball: html
+       tar -cvzf poky-handbook.tgz poky-handbook.html
+
 validate:
        xmllint --postvalid --xinclude --noout poky-handbook.xml
index f3e843b8de9d31bac2cb2b8740fb26f6c6f20a24..f013583a1b5c318bd9160bf88ce446524a7a0347 100644 (file)
@@ -1,12 +1,10 @@
 Handbook Todo List:
 
+  * Document adding a new IMAGE_FEATURE to the customising images section 
   * Add instructions about using zaurus/openmoko emulation
-  * Add diagrams + oprofile screenshot
+  * Add component overview/block diagrams
   * Software Deevelopment intro should mention its software development for 
     intended target and could be a different arch etc and thus special case. 
-
-Long Term:
-
   * Expand insane.bbclass documentation to cover tests
   * Document remaining classes (see list in ref-classes)