[Cmake-commits] CMake branch, master, updated. v3.15.2-969-g2b478a9

Kitware Robot kwrobot at kitware.com
Wed Sep 4 08:41:53 EDT 2019


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  2b478a921aedd55c2596bc0cb083ffea7244bb0e (commit)
       via  b96155f228a6f5fd1af263a927d35e3683a58766 (commit)
      from  787765d4025cd1caa842d9bcfcf6cd71222b9d44 (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=2b478a921aedd55c2596bc0cb083ffea7244bb0e
commit 2b478a921aedd55c2596bc0cb083ffea7244bb0e
Merge: 787765d b96155f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Sep 4 12:34:53 2019 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Sep 4 08:35:11 2019 -0400

    Merge topic 'fix-copy-directory-docs'
    
    b96155f228 Help: Fix copy_directory description
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !3769


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b96155f228a6f5fd1af263a927d35e3683a58766
commit b96155f228a6f5fd1af263a927d35e3683a58766
Author:     Leonid Pospelov <pospelovlm at yandex.ru>
AuthorDate: Mon Sep 2 15:21:16 2019 +0300
Commit:     Leonid Pospelov <pospelovlm at yandex.ru>
CommitDate: Mon Sep 2 15:21:16 2019 +0300

    Help: Fix copy_directory description

diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 26ef904..0645e41 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -462,7 +462,7 @@ Available commands are:
   but the files or directories it point to.
 
 ``copy_directory <dir>... <destination>``
-  Copy directories to ``<destination>`` directory.
+  Copy content of ``<dir>...`` directories to ``<destination>`` directory.
   If ``<destination>`` directory does not exist it will be created.
   ``copy_directory`` does follow symlinks.
 

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

Summary of changes:
 Help/manual/cmake.1.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list