[Cmake-commits] CMake branch, next, updated. v2.8.12-4161-g7285c7e

Brad King brad.king at kitware.com
Fri Oct 18 14:18:57 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  7285c7e9d5f90d7ff5ef857c8527c4fe1987e698 (commit)
       via  af6ef50b133e787ca10ba97d6b106aca33d25786 (commit)
      from  cdec459ad8de5a657d0058e801503748a3612fd3 (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=7285c7e9d5f90d7ff5ef857c8527c4fe1987e698
commit 7285c7e9d5f90d7ff5ef857c8527c4fe1987e698
Merge: cdec459 af6ef50
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 18 14:18:55 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 18 14:18:55 2013 -0400

    Merge topic 'policies-generic-docs' into next
    
    af6ef50 Help: Organize cmake-policies introduction and table of contents


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af6ef50b133e787ca10ba97d6b106aca33d25786
commit af6ef50b133e787ca10ba97d6b106aca33d25786
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 18 14:17:17 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 18 14:17:17 2013 -0400

    Help: Organize cmake-policies introduction and table of contents

diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index e3353cd..abd29c1 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -1,6 +1,13 @@
 cmake-policies(7)
 *****************
 
+.. only:: html or latex
+
+   .. contents::
+
+Introduction
+============
+
 Policies in CMake are used to preserve backward compatible behavior
 across multiple releases.  When a new policy is introduced, newer CMake
 versions will begin to warn about the backward compatible behavior.  It
@@ -18,10 +25,6 @@ The CMAKE_MINIMUM_REQUIRED_VERSION variable may also be used to
 determine whether to report an error on use of deprecated macros or
 functions.
 
-.. only:: html or latex
-
-   .. contents::
-
 All Policies
 ============
 

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

Summary of changes:
 Help/manual/cmake-policies.7.rst |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list