From 5dd356cefcc128c3be8d908a4c89140865467ee2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 5 Feb 2021 13:14:34 -0500 Subject: Help: Convert some genex names to explicit cross-references Since commit c2dc7e0f53 (Help: Convert genex documentation to sphinx domain objects, 2021-01-15) we can use `:genex:` cross-references to link to named generator expressions. Update some places to do this. This is meant to demonstrate the capability, not as a comprehensive sweep. --- Help/command/add_custom_target.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Help/command/add_custom_target.rst') diff --git a/Help/command/add_custom_target.rst b/Help/command/add_custom_target.rst index 9c4d60d5ee..22d3f294d7 100644 --- a/Help/command/add_custom_target.rst +++ b/Help/command/add_custom_target.rst @@ -84,8 +84,8 @@ The options are: Arguments to ``COMMAND`` may use :manual:`generator expressions `. - Use the ``TARGET_FILE`` generator expression to refer to the location of - a target later in the command line (i.e. as a command argument rather + Use the :genex:`TARGET_FILE` generator expression to refer to the location + of a target later in the command line (i.e. as a command argument rather than as the command to execute). Whenever one of the following target based generator expressions are used as -- cgit v1.2.1