[Cmake-commits] CMake branch, master, updated. v3.9.2-788-gdd67b65

Kitware Robot kwrobot at kitware.com
Wed Sep 13 20:45:04 EDT 2017


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  dd67b65188a03be8b1c961d5cd932f654e2566ae (commit)
       via  7ed35aa331b58fce396e68d756f139b098acbac0 (commit)
      from  420874bfaa20772525c60b20d1ee5b6ef5ed9298 (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=dd67b65188a03be8b1c961d5cd932f654e2566ae
commit dd67b65188a03be8b1c961d5cd932f654e2566ae
Merge: 420874b 7ed35aa
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Thu Sep 14 00:38:34 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Sep 13 20:38:40 2017 -0400

    Merge topic 'improve-graphviz-doc'
    
    7ed35aa3 Docs: Improve markup for graphviz related documentation
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1236


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7ed35aa331b58fce396e68d756f139b098acbac0
commit 7ed35aa331b58fce396e68d756f139b098acbac0
Author:     Jano Svitok <jan.svitok at gmail.com>
AuthorDate: Tue Sep 5 18:34:44 2017 +0200
Commit:     Jano Svitok <jsv at whitestein.com>
CommitDate: Mon Sep 11 14:45:36 2017 +0200

    Docs: Improve markup for graphviz related documentation
    
    - add hyperlink to CMakeGraphVizOptions.cmake in cmake(1)
    - improve markup in CMakeGraphVizOptions.cmake

diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 8aece23..6eef6c6 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -69,11 +69,11 @@ Options
  See `Find-Package Tool Mode`_.
 
 ``--graphviz=[file]``
- Generate graphviz of dependencies, see CMakeGraphVizOptions.cmake for more.
+ Generate graphviz of dependencies, see :module:`CMakeGraphVizOptions` for more.
 
  Generate a graphviz input file that will contain all the library and
  executable dependencies in the project.  See the documentation for
- CMakeGraphVizOptions.cmake for more details.
+ :module:`CMakeGraphVizOptions` for more details.
 
 ``--system-information [file]``
  Dump information about this system.
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake
index 420e3a9..3976581 100644
--- a/Modules/CMakeGraphVizOptions.cmake
+++ b/Modules/CMakeGraphVizOptions.cmake
@@ -11,19 +11,19 @@
 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 #
 # CMake
-# can generate graphviz files, showing the dependencies between the
+# can generate `graphviz <http://www.graphviz.org/>`_ files, showing the dependencies between the
 # targets in a project and also external libraries which are linked
-# against.  When CMake is run with the --graphviz=foo.dot option, it will
+# against.  When CMake is run with the ``--graphviz=foo.dot`` option, it will
 # produce:
 #
-# * a foo.dot file showing all dependencies in the project
-# * a foo.dot.<target> file for each target, file showing on which other targets the respective target depends
-# * a foo.dot.<target>.dependers file, showing which other targets depend on the respective target
+# * a ``foo.dot`` file showing all dependencies in the project
+# * a ``foo.dot.<target>`` file for each target, file showing on which other targets the respective target depends
+# * a ``foo.dot.<target>.dependers`` file, showing which other targets depend on the respective target
 #
 # This can result in huge graphs.  Using the file
-# CMakeGraphVizOptions.cmake the look and content of the generated
+# ``CMakeGraphVizOptions.cmake`` the look and content of the generated
 # graphs can be influenced.  This file is searched first in
-# ${CMAKE_BINARY_DIR} and then in ${CMAKE_SOURCE_DIR}.  If found, it is
+# :variable:`CMAKE_BINARY_DIR` and then in :variable:`CMAKE_SOURCE_DIR`.  If found, it is
 # read and the variables set in it are used to adjust options for the
 # generated graphviz files.
 #

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

Summary of changes:
 Help/manual/cmake.1.rst            |    4 ++--
 Modules/CMakeGraphVizOptions.cmake |   14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list