diff options
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 ff6cd89d41..c2768dc45b 100644 --- a/handbook/Makefile +++ b/handbook/Makefile | |||
@@ -18,5 +18,8 @@ html: | |||
18 | # -- old way -- | 18 | # -- old way -- |
19 | # xmlto xhtml-nochunks poky-handbook.xml | 19 | # xmlto xhtml-nochunks poky-handbook.xml |
20 | 20 | ||
21 | tarball: html | ||
22 | tar -cvzf poky-handbook.tgz poky-handbook.html | ||
23 | |||
21 | validate: | 24 | validate: |
22 | xmllint --postvalid --xinclude --noout poky-handbook.xml | 25 | xmllint --postvalid --xinclude --noout poky-handbook.xml |
diff --git a/handbook/TODO b/handbook/TODO index f3e843b8de..f013583a1b 100644 --- a/handbook/TODO +++ b/handbook/TODO | |||
@@ -1,12 +1,10 @@ | |||
1 | Handbook Todo List: | 1 | Handbook Todo List: |
2 | 2 | ||
3 | * Document adding a new IMAGE_FEATURE to the customising images section | ||
3 | * Add instructions about using zaurus/openmoko emulation | 4 | * Add instructions about using zaurus/openmoko emulation |
4 | * Add diagrams + oprofile screenshot | 5 | * Add component overview/block diagrams |
5 | * Software Deevelopment intro should mention its software development for | 6 | * Software Deevelopment intro should mention its software development for |
6 | intended target and could be a different arch etc and thus special case. | 7 | intended target and could be a different arch etc and thus special case. |
7 | |||
8 | Long Term: | ||
9 | |||
10 | * Expand insane.bbclass documentation to cover tests | 8 | * Expand insane.bbclass documentation to cover tests |
11 | * Document remaining classes (see list in ref-classes) | 9 | * Document remaining classes (see list in ref-classes) |
12 | 10 | ||