diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 086f259a52..d5e85059a5 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -170,13 +170,18 @@ Available commands are: Check if file1 is same as file2. ``copy ... `` - Copy files to 'destination' (either file or directory). + Copy files to ```` (either file or directory). + If multiple files are specified, the ```` must be + directory and it must exist. ``copy_directory `` Copy directory 'source' content to directory 'destination'. ``copy_if_different ... `` - Copy files if input has changed. Destination could be file or directory. + Copy files to ```` (either file or directory) if + they have changed. + If multiple files are specified, the ```` must be + directory and it must exist. ``echo [...]`` Displays arguments as text.