From: Michal Sojka Date: Fri, 18 Apr 2008 18:59:00 +0000 (+0000) Subject: Small fixes in documentation X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk/sssa.git/commitdiff_plain/764e7dbd6c55783731432640a6216f5bba7648ac Small fixes in documentation darcs-hash:20080418185920-f2ef6-760190acc27523fb1b6b3857ea0572765d478a51.gz --- diff --git a/doc/omk-manual.texinfo b/doc/omk-manual.texinfo index f55389d..46e5959 100644 --- a/doc/omk-manual.texinfo +++ b/doc/omk-manual.texinfo @@ -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