diff options
author | Brad King <brad.king@kitware.com> | 2019-08-29 13:32:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-08-29 13:32:13 (GMT) |
commit | 49294535042ce610fae867449c82435baef96744 (patch) | |
tree | ae58cba5d53dc423316f426ffcd7105d8cd3ad38 /Help | |
parent | e0090767808bc68481697da18e50f5f2c62dd522 (diff) | |
parent | 689fdbfc610057b2ddb6a19d589292bf7d26fcdd (diff) | |
download | CMake-49294535042ce610fae867449c82435baef96744.zip CMake-49294535042ce610fae867449c82435baef96744.tar.gz CMake-49294535042ce610fae867449c82435baef96744.tar.bz2 |
Merge topic 'docker-rel-linux'
689fdbfc61 Utilities/Release: Drop linux64 script in favor of docker build
2d7cfd30ac Utilities/Release: Drop source archive generation in scripts
facc240a45 Utilities/Release: Add docker specs to build and test Linux binaries
bf832ccf01 Utilities/Release: Add README.rst describing directory content
ab153f17bf Utilities/Release: Drop machine-specific README
ed294c1664 Add option to skip CMake tests that need network access
4b8a864d52 Add option to test CMake itself against its hosting CMake
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Gregor Jasny <gjasny@googlemail.com>
Merge-request: !3727
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/source.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/dev/source.rst b/Help/dev/source.rst index 47baff4..0f7488b 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -74,6 +74,8 @@ The CMake source tree is organized as follows. * ``Utilities/Release/``: Scripts used to package CMake itself for distribution on ``cmake.org``. + See `Utilities/Release/README.rst`_. .. _`CMake Documentation Guide`: documentation.rst .. _`Tests/README.rst`: ../../Tests/README.rst +.. _`Utilities/Release/README.rst`: ../../Utilities/Release/README.rst |