diff options
author | Dillan Mills <dillan.mills@microchip.com> | 2021-03-18 04:19:10 (GMT) |
---|---|---|
committer | Dillan Mills <dillan.mills@microchip.com> | 2021-03-18 04:19:10 (GMT) |
commit | 8e43ba4826ab6e626b3723986a718cf7f20efa08 (patch) | |
tree | 673b33d478d12ea62a710e79743ffd169f00e5e3 /doc/design | |
parent | fc3946a217f29407c65291c5358262a7b3cc78cd (diff) | |
download | SCons-8e43ba4826ab6e626b3723986a718cf7f20efa08.zip SCons-8e43ba4826ab6e626b3723986a718cf7f20efa08.tar.gz SCons-8e43ba4826ab6e626b3723986a718cf7f20efa08.tar.bz2 |
Add support for TARGET.relpath property
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/engine.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/design/engine.xml b/doc/design/engine.xml index 6b8b2a6..37a376a 100644 --- a/doc/design/engine.xml +++ b/doc/design/engine.xml @@ -484,6 +484,17 @@ </listitem> </varlistentry> + <varlistentry> + <term><literal>.relpath</literal></term> + <listitem> + <para> + + The path to the file relative to the root SConstruct file's directory. + + </para> + </listitem> + </varlistentry> + </variablelist> </section> |