diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/generated/examples/depends_ex1_5.xml | 2 | ||||
-rw-r--r-- | doc/user/depends.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/generated/examples/depends_ex1_5.xml b/doc/generated/examples/depends_ex1_5.xml index 136def6..abbe64e 100644 --- a/doc/generated/examples/depends_ex1_5.xml +++ b/doc/generated/examples/depends_ex1_5.xml @@ -5,5 +5,5 @@ cc -o hello hello.o % [CHANGE A COMMENT IN hello.c] % <userinput>scons -Q hello</userinput> cc -o hello.o -c hello.c -cc -o hello hello.o +scons: `hello' is up to date. </screen> diff --git a/doc/user/depends.xml b/doc/user/depends.xml index 3882af7..a5639a1 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -64,7 +64,7 @@ Program('hello.c') </file> <file name="hello.c"> int main() { printf("Hello, world!\n"); } - </file> +</file> </scons_example> <scons_output example="depends_ex1" os="posix" suffix="1"> |