summaryrefslogtreecommitdiffstats
path: root/Help/command/if.rst
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2016-01-28 09:52:15 (GMT)
committerBrad King <brad.king@kitware.com>2016-01-28 15:12:51 (GMT)
commita336e438e2dc45ffffcd656cfc81507f94e0cec5 (patch)
treee2ac0d94078d0721e228ac3f10244c1f32d84751 /Help/command/if.rst
parent88968265e24bc294b4055d7db8a1f9ffbaf73698 (diff)
downloadCMake-a336e438e2dc45ffffcd656cfc81507f94e0cec5.zip
CMake-a336e438e2dc45ffffcd656cfc81507f94e0cec5.tar.gz
CMake-a336e438e2dc45ffffcd656cfc81507f94e0cec5.tar.bz2
Help: Improve markup in `if` command documentation
Diffstat (limited to 'Help/command/if.rst')
-rw-r--r--Help/command/if.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst
index 2465bde..9548d0b 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -80,7 +80,7 @@ Possible expressions are:
only for full paths.
``if(file1 IS_NEWER_THAN file2)``
- True if file1 is newer than file2 or if one of the two files doesn't
+ True if ``file1`` is newer than ``file2`` or if one of the two files doesn't
exist. Behavior is well-defined only for full paths. If the file
time stamps are exactly the same, an ``IS_NEWER_THAN`` comparison returns
true, so that any dependent build operations will occur in the event