Skip to content

Commit 478868e

Browse files
committed
Revert one line about top-relative paths. [skip ci]
Leave it less specific, to avoid having to list every case where SCons might evaluate the construct correctly. Signed-off-by: Mats Wichmann <[email protected]>
1 parent aecf839 commit 478868e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/man/scons.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,8 +2982,7 @@ env.Program('bar', source='bar.c foo.c'.split())
29822982
<note>
29832983
<para>
29842984
Top-relative paths only work
2985-
for objects that are participants in the build
2986-
(sources and targets).
2985+
where &SCons; will interpret the path (see examples).
29872986
The string must first be converted
29882987
to a relative or absolute path
29892988
to be used in other contexts

0 commit comments

Comments
 (0)