From: Michal Sojka Date: Fri, 18 Apr 2008 18:53:00 +0000 (+0000) Subject: Added some menus to texinfo documentation X-Git-Tag: v0.1~7 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/60cdbf10ed526e03570cad49ff80a9dc8ddf94c5 Added some menus to texinfo documentation darcs-hash:20080418185305-f2ef6-76a7d1b58d2eebd51dc20ea328852e7626da01fc.gz --- diff --git a/doc/omk-manual.texinfo b/doc/omk-manual.texinfo index 9a5b094..f55389d 100644 --- a/doc/omk-manual.texinfo +++ b/doc/omk-manual.texinfo @@ -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,