[Cmake-commits] CMake branch, next, updated. v2.8.12-4744-ga283c60

Brad King brad.king at kitware.com
Fri Nov 1 11:14:27 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  a283c608090fc3e0fc0b1628354268dde4a2f66c (commit)
       via  c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554 (commit)
      from  c4c3df9ee7f18e720ca7c3c8f2db43c261c1ca7c (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=a283c608090fc3e0fc0b1628354268dde4a2f66c
commit a283c608090fc3e0fc0b1628354268dde4a2f66c
Merge: c4c3df9 c76e44e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 1 11:14:26 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 1 11:14:26 2013 -0400

    Merge topic 'doc-manual-toctree-depth' into next
    
    c76e44e Help: Limit reference manual toctree depth to 1

diff --cc Help/manual/cmake-variables.7.rst
index e51b669,26205a8..3166112
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@@ -209,10 -217,9 +217,12 @@@ Variables for Language
  =======================
  
  .. toctree::
+    :maxdepth: 1
+ 
     /variable/CMAKE_COMPILER_IS_GNULANG
 +   /variable/CMAKE_CXX_COMPILE_FEATURES
 +   /variable/CMAKE_CXX_KNOWN_FEATURES
 +   /variable/CMAKE_CXX_STANDARD
     /variable/CMAKE_Fortran_MODDIR_DEFAULT
     /variable/CMAKE_Fortran_MODDIR_FLAG
     /variable/CMAKE_Fortran_MODOUT_FLAG

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554
commit c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 1 11:12:02 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 1 11:12:02 2013 -0400

    Help: Limit reference manual toctree depth to 1
    
    Add a :maxdepth: option to all toctree directives to limit their depth
    to 1.  We do not want subheadings from individual documents to pollute
    the already large lists of CMake Domain objects.

diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst
index 9b23efa..fb0d2b5 100644
--- a/Help/manual/cmake-commands.7.rst
+++ b/Help/manual/cmake-commands.7.rst
@@ -13,6 +13,8 @@ Normal Commands
 These commands may be used freely in CMake projects.
 
 .. toctree::
+   :maxdepth: 1
+
    /command/add_compile_options
    /command/add_custom_command
    /command/add_custom_target
@@ -105,6 +107,8 @@ These commands are available only for compatibility with older
 versions of CMake.  Do not use them in new code.
 
 .. toctree::
+   :maxdepth: 1
+
    /command/build_name
    /command/exec_program
    /command/export_library_dependencies
@@ -128,6 +132,8 @@ CTest Commands
 These commands are available only in ctest scripts.
 
 .. toctree::
+   :maxdepth: 1
+
    /command/ctest_build
    /command/ctest_configure
    /command/ctest_coverage
diff --git a/Help/manual/cmake-generators.7.rst b/Help/manual/cmake-generators.7.rst
index a290d1a..ec1f58a 100644
--- a/Help/manual/cmake-generators.7.rst
+++ b/Help/manual/cmake-generators.7.rst
@@ -11,6 +11,8 @@ All Generators
 ==============
 
 .. toctree::
+   :maxdepth: 1
+
    /generator/Borland Makefiles
    /generator/CodeBlocks - MinGW Makefiles
    /generator/CodeBlocks - Ninja
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index 1f3e59f..01efcf7 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -11,6 +11,8 @@ All Modules
 ===========
 
 .. toctree::
+   :maxdepth: 1
+
    /module/AddFileDependencies
    /module/BundleUtilities
    /module/CheckCCompilerFlag
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index e3cf74d..5879a30 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -31,6 +31,8 @@ All Policies
 ============
 
 .. toctree::
+   :maxdepth: 1
+
    /policy/CMP0000
    /policy/CMP0001
    /policy/CMP0002
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst
index 7fe1bf2..d6d42ad 100644
--- a/Help/manual/cmake-properties.7.rst
+++ b/Help/manual/cmake-properties.7.rst
@@ -11,6 +11,8 @@ Properties of Global Scope
 ==========================
 
 .. toctree::
+   :maxdepth: 1
+
    /prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS
    /prop_gbl/AUTOGEN_TARGETS_FOLDER
    /prop_gbl/AUTOMOC_TARGETS_FOLDER
@@ -39,6 +41,8 @@ Properties on Directories
 =========================
 
 .. toctree::
+   :maxdepth: 1
+
    /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES
    /prop_dir/CACHE_VARIABLES
    /prop_dir/CLEAN_NO_CUSTOM
@@ -68,6 +72,8 @@ Properties on Targets
 =====================
 
 .. toctree::
+   :maxdepth: 1
+
    /prop_tgt/ALIASED_TARGET
    /prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG
    /prop_tgt/ARCHIVE_OUTPUT_DIRECTORY
@@ -220,6 +226,8 @@ Properties on Tests
 ===================
 
 .. toctree::
+   :maxdepth: 1
+
    /prop_test/ATTACHED_FILES_ON_FAIL
    /prop_test/ATTACHED_FILES
    /prop_test/COST
@@ -241,6 +249,8 @@ Properties on Source Files
 ==========================
 
 .. toctree::
+   :maxdepth: 1
+
    /prop_sf/ABSTRACT
    /prop_sf/AUTOUIC_OPTIONS
    /prop_sf/AUTORCC_OPTIONS
@@ -265,6 +275,8 @@ Properties on Cache Entries
 ===========================
 
 .. toctree::
+   :maxdepth: 1
+
    /prop_cache/ADVANCED
    /prop_cache/HELPSTRING
    /prop_cache/MODIFIED
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 2fc02a1..26205a8 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -11,6 +11,8 @@ Variables that Provide Information
 ==================================
 
 .. toctree::
+   :maxdepth: 1
+
    /variable/CMAKE_ARGC
    /variable/CMAKE_ARGV0
    /variable/CMAKE_AR
@@ -76,6 +78,8 @@ Variables that Change Behavior
 ==============================
 
 .. toctree::
+   :maxdepth: 1
+
    /variable/BUILD_SHARED_LIBS
    /variable/CMAKE_ABSOLUTE_DESTINATION_FILES
    /variable/CMAKE_AUTOMOC_RELAXED_MODE
@@ -116,6 +120,8 @@ Variables that Describe the System
 ==================================
 
 .. toctree::
+   :maxdepth: 1
+
    /variable/APPLE
    /variable/BORLAND
    /variable/CMAKE_CL_64
@@ -155,6 +161,8 @@ Variables that Control the Build
 ================================
 
 .. toctree::
+   :maxdepth: 1
+
    /variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY
    /variable/CMAKE_AUTOMOC_MOC_OPTIONS
    /variable/CMAKE_AUTOMOC
@@ -209,6 +217,8 @@ Variables for Languages
 =======================
 
 .. toctree::
+   :maxdepth: 1
+
    /variable/CMAKE_COMPILER_IS_GNULANG
    /variable/CMAKE_Fortran_MODDIR_DEFAULT
    /variable/CMAKE_Fortran_MODDIR_FLAG
@@ -252,6 +262,8 @@ Variables for CPack
 ===================
 
 .. toctree::
+   :maxdepth: 1
+
    /variable/CPACK_ABSOLUTE_DESTINATION_FILES
    /variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY
    /variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION

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

Summary of changes:
 Help/manual/cmake-commands.7.rst   |    6 ++++++
 Help/manual/cmake-generators.7.rst |    2 ++
 Help/manual/cmake-modules.7.rst    |    2 ++
 Help/manual/cmake-policies.7.rst   |    2 ++
 Help/manual/cmake-properties.7.rst |   12 ++++++++++++
 Help/manual/cmake-variables.7.rst  |   12 ++++++++++++
 6 files changed, 36 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list