]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Small fixes in documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Apr 2008 18:59:00 +0000 (18:59 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Apr 2008 18:59:00 +0000 (18:59 +0000)
darcs-hash:20080418185920-f2ef6-760190acc27523fb1b6b3857ea0572765d478a51.gz

doc/omk-manual.texinfo

index f55389d8af1c96e0efe287a8f284f71bd79e1449..46e5959c8ddc5b9c23d8d2f81d1403462cb37bfa 100644 (file)
@@ -751,12 +751,13 @@ In this section we list several OMK features, which are more complicated
 or rarely used so they were omitted in previous sections.
 
 @menu
-* Unsorted Advanced Features::  
+* Organization of the Source Tree::  
+* Additional Variables::        
 * Adding Hooks to Passes::      
 @end menu
 
-@node  Unsorted Advanced Features, Adding Hooks to Passes, Advanced OMK Features, Advanced OMK Features
-@subsection Unsorted Advanced Features
+@node   Organization of the Source Tree, Additional Variables, Advanced OMK Features, Advanced OMK Features
+@subsection Organization of the Source Tree
 
 @itemize
 @item
@@ -783,7 +784,7 @@ or rarely used so they were omitted in previous sections.
   top-level @file{Makefile.omk}, adjust @file{Makefile.omk} to contain
   only required components and then call @command{make} in the top
   directory or even in read-only directories after changing working
-  directory from your tree to readonly media.
+  directory from your tree to the readonly media.
 @end itemize
 
 
@@ -793,6 +794,9 @@ If this variable equals to @samp{1}, the @b{whole} project is
 (re)compiled, even if @command{make} is called from a subdirectory.
 @end defvar
 
+@node Additional Variables, Adding Hooks to Passes, Organization of the Source Tree, Advanced OMK Features
+@subsection Additional Variables
+
 @anchor{USE_LEAF_MAKEFILES}
 @defvar USE_LEAF_MAKEFILES
 If this variable equals to @samp{n} (default is unset), then OMK uses
@@ -842,7 +846,7 @@ compilation. Values are like @samp{linux}, @samp{rtems}, @samp{sysless},
 @file{Makefile.omk} to tweak compilation for specific targets.
 @end defvar
 
-@node Adding Hooks to Passes,  , Unsorted Advanced Features, Advanced OMK Features
+@node Adding Hooks to Passes,  , Additional Variables, Advanced OMK Features
 @subsection Adding Hooks to Passes
 
 Sometimes it is necessary to run some special commands as a part of