docs: added a note about the file copies

This commit is contained in:
Thomas Nagy 2012-03-30 21:21:32 +02:00
parent 1da03523ed
commit f70a7f4a73
1 changed files with 1 additions and 1 deletions

View File

@ -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]
---------------