[Cmake-commits] CMake branch, master, updated. v3.13.0-rc1-42-gb57560b

Kitware Robot kwrobot at kitware.com
Tue Oct 9 12:05:05 EDT 2018


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, master has been updated
       via  b57560bb0fcb30cefe681c79a75ff29c43ee3931 (commit)
       via  af6f16f1e8a820ff5a08dfa273ceaa309fed7461 (commit)
       via  ae80271ed35469d4d1092beb9665837963ba22ad (commit)
      from  517cc8e1ef8b3471dac452f494cf56889b92d1a0 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b57560bb0fcb30cefe681c79a75ff29c43ee3931
commit b57560bb0fcb30cefe681c79a75ff29c43ee3931
Merge: 517cc8e af6f16f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 9 16:02:17 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Oct 9 12:02:23 2018 -0400

    Merge topic 'readme-build-docs'
    
    af6f16f1e8 README: Explain how to build CMake with the docs
    ae80271ed3 README: Fix typo (rm space).
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2466


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af6f16f1e8a820ff5a08dfa273ceaa309fed7461
commit af6f16f1e8a820ff5a08dfa273ceaa309fed7461
Author:     Joachim Wuttke (o) <j.wuttke at fz-juelich.de>
AuthorDate: Tue Oct 9 13:26:50 2018 +0200
Commit:     Joachim Wuttke (o) <j.wuttke at fz-juelich.de>
CommitDate: Tue Oct 9 17:57:32 2018 +0200

    README: Explain how to build CMake with the docs

diff --git a/README.rst b/README.rst
index 2e271ed..1e8561a 100644
--- a/README.rst
+++ b/README.rst
@@ -83,6 +83,13 @@ For instructions how to do this, see documentation on `Running CMake`_.
 
 .. _`Running CMake`: https://cmake.org/cmake/help/runningcmake.html
 
+To build the documentation, install `Sphinx`_ and configure CMake with
+``-DSPHINX_HTML=ON`` and/or ``-DSPHINX_MAN=ON`` to enable the "html" or
+"man" builder.  Add ``-DSPHINX_EXECUTABLE=/path/to/sphinx-build`` if the
+tool is not found automatically.
+
+.. _`Sphinx`: http://sphinx-doc.org
+
 Reporting Bugs
 ==============
 

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae80271ed35469d4d1092beb9665837963ba22ad
commit ae80271ed35469d4d1092beb9665837963ba22ad
Author:     Joachim Wuttke (o) <j.wuttke at fz-juelich.de>
AuthorDate: Tue Oct 9 09:58:30 2018 +0200
Commit:     Joachim Wuttke (o) <j.wuttke at fz-juelich.de>
CommitDate: Tue Oct 9 13:26:17 2018 +0200

    README: Fix typo (rm space).

diff --git a/README.rst b/README.rst
index f1dbd9d..2e271ed 100644
--- a/README.rst
+++ b/README.rst
@@ -68,7 +68,7 @@ Windows
 ^^^^^^^
 
 You need to download and install a binary release of CMake in order to build
-CMake.  You can get these releases from the `CMake Download Page`_ .  Then
+CMake.  You can get these releases from the `CMake Download Page`_.  Then
 proceed with the instructions below.
 
 .. _`CMake Download Page`: https://cmake.org/cmake/resources/software.html

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

Summary of changes:
 README.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list