From f70a7f4a73087a3c079e9b70876620de51840dd9 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Fri, 30 Mar 2012 21:21:32 +0200 Subject: [PATCH] docs: added a note about the file copies --- docs/book/build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/build.txt b/docs/book/build.txt index 4b8cde76..b956eecc 100644 --- a/docs/book/build.txt +++ b/docs/book/build.txt @@ -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] ---------------