]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Added some menus to texinfo documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Apr 2008 18:53:00 +0000 (18:53 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Apr 2008 18:53:00 +0000 (18:53 +0000)
darcs-hash:20080418185305-f2ef6-76a7d1b58d2eebd51dc20ea328852e7626da01fc.gz

doc/omk-manual.texinfo

index 9a5b094d98aca2c376b9375528a58614430223f6..f55389d8af1c96e0efe287a8f284f71bd79e1449 100644 (file)
@@ -593,6 +593,13 @@ parameters either locally for your build in @file{config.omk} or
 globally for all people working with the project in
 @file{config.target}.
 
+@menu
+* Specifying Configuration Parameters::  
+* Using Configuration Parameters::  
+* Common Variables::            
+@end menu
+
+@node Specifying Configuration Parameters, Using Configuration Parameters, Configuration and Conditional Compilation, Configuration and Conditional Compilation
 @subsection Specifying Configuration Parameters
 
 To specify names and default values of configuration parameters use the
@@ -645,6 +652,7 @@ To specify names and default values of configuration parameters use the
 @verbatiminclude ../tests/config/default/config.omk-correct
 @end example
 
+@node Using Configuration Parameters, Common Variables, Specifying Configuration Parameters, Configuration and Conditional Compilation
 @subsection Using Configuration Parameters
 
 Configuration parameters can be used in two ways:
@@ -712,6 +720,7 @@ parameters defined in the current @file{Makefile.omk}. It is also
 possible to include configuration parameters defined in a different
 directory.
 
+@node Common Variables,  , Using Configuration Parameters, Configuration and Conditional Compilation
 @subsection Common Variables
 
 It is common practice to use @file{config.omk} to store project-wide
@@ -914,6 +923,13 @@ sugest, but also for other Unices and even for Windows.
 @node Interfacing OMK to popular IDEs, Troubleshooting, Running OMK under Windows OS, OMK User's Manual
 @section Interfacing OMK to popular IDEs
 
+@menu
+* KDevelop::                    
+* Eclipse/CDT::                 
+* Emacs/Vim/etc.::              
+@end menu
+
+@node KDevelop, Eclipse/CDT, Interfacing OMK to popular IDEs, Interfacing OMK to popular IDEs
 @subsection KDevelop
 
 KDevelop has support for custom build systems. To use KDevelop to
@@ -967,9 +983,10 @@ much.
 @end example
 @end enumerate
 
-
-@subsection Eclipse
-
+@node Eclipse/CDT, Emacs/Vim/etc., KDevelop, Interfacing OMK to popular IDEs
+@subsection Eclipse/CDT
+TODO
+@node Emacs/Vim/etc.,  , Eclipse/CDT, Interfacing OMK to popular IDEs
 @subsection Emacs, VIM, etc.
 
 Since OMK compilation is started by executing @command{make} command,