added kernel kit sections

fix license search


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-05-16 10:25:40 +00:00
parent 21f7f8581b
commit c6b83b8027
2 changed files with 38 additions and 0 deletions

View File

@ -23,5 +23,7 @@ actions Doc2HTML1
$(XSLTPROC) -xinclude $(XSLPROCPATHS) -o "$(1)" $(HTMLXSLSHEET) $(2) ;
}
SEARCH on <src!documentation>license.xml = [ FDirName $(OBOS_TOP) src documentation ] ;
SubInclude OBOS_TOP src documentation haiku_book ;
SubInclude OBOS_TOP src documentation shell_tools ;

View File

@ -3,5 +3,41 @@
<chapter id="st-kernelkit">
<title>The Kernel Kit</title>
<sect1>
<title>Introduction</title>
</sect1>
<sect1>
<title>Threads</title>
</sect1>
<sect1>
<title>Semaphores</title>
</sect1>
<sect1>
<title>Ports</title>
</sect1>
<sect1>
<title>Areas</title>
</sect1>
<sect1>
<title>Images</title>
</sect1>
<sect1>
<title>System info</title>
</sect1>
<sect1>
<title>Time</title>
</sect1>
<sect1>
<title>Other</title>
</sect1>
</chapter>