From 8e9b855a4f66da20067937735c87a2b104363872 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Wed, 18 Sep 2019 15:21:10 -0400 Subject: Help: Fix ordering of cmake -E commands Several of the commands were not in alphabetical order. Fix the ordering. --- Help/manual/cmake.1.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 2576cde..28ebb70 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -473,6 +473,12 @@ Available commands are: directory and it must exist. ``copy_if_different`` does follow symlinks. +``create_symlink `` + Create a symbolic link ```` naming ````. + +.. note:: + Path to where ```` symbolic link will be created has to exist beforehand. + ``echo [...]`` Displays arguments as text. @@ -485,6 +491,9 @@ Available commands are: ``environment`` Display the current environment variables. +``false`` + Do nothing, with an exit code of 1. + ``make_directory ...`` Create ```` directories. If necessary, create parent directories too. If a directory already exists it will be @@ -602,18 +611,9 @@ Available commands are: Touch a file if it exists but do not create it. If a file does not exist it will be silently ignored. -``create_symlink `` - Create a symbolic link ```` naming ````. - -.. note:: - Path to where ```` symbolic link will be created has to exist beforehand. - ``true`` Do nothing, with an exit code of 0. -``false`` - Do nothing, with an exit code of 1. - Windows-specific Command-Line Tools ----------------------------------- -- cgit v0.12