summaryrefslogtreecommitdiffstats
path: root/doc/user/factories.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/factories.in')
-rw-r--r--doc/user/factories.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/user/factories.in b/doc/user/factories.in
index 6ef5249..d0c5313 100644
--- a/doc/user/factories.in
+++ b/doc/user/factories.in
@@ -298,9 +298,8 @@
<file name="S" printme="1">
Command("file.out", "file.in",
[
- Copy("tempfile", "$SOURCE"),
- "modify tempfile",
- Move("$TARGET", "tempfile"),
+ Copy("$TARGET", "$SOURCE"),
+ Touch("$TARGET"),
])
</file>
<file name="SConstruct">
@@ -310,9 +309,6 @@
SConscript('S')
</file>
<file name="file.in">file.in</file>
- <file name="modify" chmod="0755">
- touch $*
- </file>
</scons_example>
<para>