diff options
author | Brad King <brad.king@kitware.com> | 2021-06-17 16:10:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-17 16:10:14 (GMT) |
commit | 9c703ff7412c2f5ba3992674c3ed73e21d9d014b (patch) | |
tree | 177b7c41caeabb83fe60164e75bdad6b9fb2056f | |
parent | 9e5bbb69eaa21830e1e306e0705ba32213def064 (diff) | |
download | CMake-9c703ff7412c2f5ba3992674c3ed73e21d9d014b.zip CMake-9c703ff7412c2f5ba3992674c3ed73e21d9d014b.tar.gz CMake-9c703ff7412c2f5ba3992674c3ed73e21d9d014b.tar.bz2 |
Tutorial: Add infrastructure to preserve old links when renaming steps
-rw-r--r-- | Help/guide/tutorial/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst index 8a765fd..8b20a2d 100644 --- a/Help/guide/tutorial/index.rst +++ b/Help/guide/tutorial/index.rst @@ -32,3 +32,12 @@ provides the complete solution for the previous step. Adding Generator Expressions Adding Export Configuration Packaging Debug and Release + +.. + Whenever a step above is renamed or removed, leave forwarding text in + its original document file, and list it below to preserve old links + to cmake.org/cmake/help/latest/ URLs. + +.. toctree:: + :maxdepth: 1 + :hidden: |