mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
docs: added a note about the file copies
This commit is contained in:
parent
1da03523ed
commit
f70a7f4a73
@ -7,7 +7,7 @@ We will now provide a detailed description of the build phase, which is used for
|
||||
==== Build order and dependencies
|
||||
|
||||
To illustrate the various concepts that are part of the build process, we are now going to use a new example.
|
||||
The files +foo.txt+ and +bar.txt+ will be created by copying the file +wscript+, and the file +foobar.txt+ will be created from the concatenation of the generated files. Here is a summary: footnote:[The examples are provided for demonstration purposes. It is actually considered a best practice to avoid copying files]
|
||||
The files +foo.txt+ and +bar.txt+ will be created by copying the file +wscript+, and the file +foobar.txt+ will be created from the concatenation of the generated files. Here is a summary: footnote:[It is actually considered a best practice to avoid copying files. When this is required, consider installing files or re-using the examples provided under the folder `demos/subst` of the source ditribution.]
|
||||
|
||||
[source,shishell]
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user