[Cmake-commits] CMake branch, next, updated. v2.8.12-4582-g1192ed8

Brad King brad.king at kitware.com
Mon Oct 28 14:50:49 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  1192ed8b095bedbe393675d0502f4f0c9b24f778 (commit)
       via  2c7cd95c8297b456bae446a5f4bb96e7c67ad78d (commit)
      from  7445d237e6d647f6b1c9fb0eae493d589f380b40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1192ed8b095bedbe393675d0502f4f0c9b24f778
commit 1192ed8b095bedbe393675d0502f4f0c9b24f778
Merge: 7445d23 2c7cd95
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 28 14:50:48 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 28 14:50:48 2013 -0400

    Merge topic 'doc-organize-index' into next
    
    2c7cd95 Help: Organize top-level index


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2c7cd95c8297b456bae446a5f4bb96e7c67ad78d
commit 2c7cd95c8297b456bae446a5f4bb96e7c67ad78d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 28 14:44:28 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 28 14:46:39 2013 -0400

    Help: Organize top-level index
    
    Divide the list of manuals into separate sections each with its own
    title.

diff --git a/Help/index.rst b/Help/index.rst
index 850660e..b313706 100644
--- a/Help/index.rst
+++ b/Help/index.rst
@@ -1,30 +1,48 @@
-CMake Reference Documentation
-#############################
+Command-Line Tools
+##################
 
-.. only:: html
+.. toctree::
+   :maxdepth: 1
+
+   /manual/cmake.1
+   /manual/ctest.1
+   /manual/cpack.1
 
- Reference Manuals:
+Interactive Dialogs
+###################
 
 .. toctree::
    :maxdepth: 1
 
-   /manual/ccmake.1
-   /manual/cmake.1
    /manual/cmake-gui.1
-   /manual/cpack.1
-   /manual/ctest.1
+   /manual/ccmake.1
+
+Reference Manuals
+#################
+
+.. toctree::
+   :maxdepth: 1
+
    /manual/cmake-commands.7
    /manual/cmake-generators.7
    /manual/cmake-modules.7
    /manual/cmake-policies.7
    /manual/cmake-properties.7
    /manual/cmake-variables.7
-   /manual/cmake-generator-expressions.7
+
+Other Manuals
+#############
+
+.. toctree::
+   :maxdepth: 1
+
    /manual/cmake-developer.7
+   /manual/cmake-generator-expressions.7
 
 .. only:: html
 
- Index and Search:
+ Index and Search
+ ################
 
  * :ref:`genindex`
  * :ref:`search`

-----------------------------------------------------------------------

Summary of changes:
 Help/index.rst |   38 ++++++++++++++++++++++++++++----------
 1 files changed, 28 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list