]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Minor documentation changes.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 24 Jul 2007 09:39:00 +0000 (09:39 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 24 Jul 2007 09:39:00 +0000 (09:39 +0000)
darcs-hash:20070724093947-f2ef6-3cb83e4f6c247bc2480fefe1375b53de58e5d09b.gz

doc/manual.texinfo

index ec8e22a19a8f22a4a797b4d5b304e92720a435f6..625247732926b0fefad76b2f83f164fdb6ac4769 100644 (file)
@@ -28,7 +28,7 @@ Copyright @copyright{} 2007 Michal Sojka, Pavel Pisa
 
 
 @node Overview of OMK
-@chapter Overview of OMK
+@chapter OMK Overview
 @cindex overview
 
 OMK is an advanced make system written entirely in GNU make. Compiling
@@ -37,6 +37,8 @@ utilities installed. OMK aims to be developer friendly; to use OMK,
 you do not need to understand (sometiles) cryptic syntax of makefile
 commands.
 
+@section Quick Start
+
 @node History
 @section History
 
@@ -360,16 +362,19 @@ from all @code{default_CONFIG} lines in all @file{Makefile.omk}.  The
 file should be used for building of own @file{config.omk} file, or as
 list for all options if Kconfig is used.
 
-@chapter User Manual
+@chapter OMK User Manual
 
 @section Basic Concepts
 
+@section Dependency Tracking
+
 @section Compiling Simple Programs
 
 @section Libraries
 
 @section Configuration and Conditional Compilation
 
+@chapter OMK Reference
 
 @chapter OMK Development