diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-29 23:56:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-29 23:56:51 +0000 |
commit | d0eff13891676b108fd5186433580f485e247c11 (patch) | |
tree | 06f65757ad008da805538a47da503b320f8f4d49 /handbook | |
parent | dd048e6b2c67b639c90b29bc3c3ac7a5f9ef4688 (diff) | |
download | openembedded-core-d0eff13891676b108fd5186433580f485e247c11.tar.gz openembedded-core-d0eff13891676b108fd5186433580f485e247c11.tar.bz2 openembedded-core-d0eff13891676b108fd5186433580f485e247c11.tar.xz openembedded-core-d0eff13891676b108fd5186433580f485e247c11.zip |
handbook/Makefile: Add tarball target
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3883 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/Makefile | 3 | ||||
-rw-r--r-- | handbook/TODO | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/handbook/Makefile b/handbook/Makefile index ff6cd89d4..c2768dc45 100644 --- a/handbook/Makefile +++ b/handbook/Makefile @@ -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 diff --git a/handbook/TODO b/handbook/TODO index f3e843b8d..f013583a1 100644 --- a/handbook/TODO +++ b/handbook/TODO @@ -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) |