diff options
author | Steven Knight <knight@baldmt.com> | 2001-09-19 14:29:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-09-19 14:29:08 (GMT) |
commit | 2e862e98a5109da56222d7ba7bcc52c5d718ea82 (patch) | |
tree | bf1bbe3555360ed5cf6d1333cdc4913fce06d838 /doc/user/environments.sgml | |
parent | 7cd353fbcb81398e12a5a6b564eb4288449b4bc6 (diff) | |
download | SCons-2e862e98a5109da56222d7ba7bcc52c5d718ea82.zip SCons-2e862e98a5109da56222d7ba7bcc52c5d718ea82.tar.gz SCons-2e862e98a5109da56222d7ba7bcc52c5d718ea82.tar.bz2 |
Add an outline for a User's Guide.
Diffstat (limited to 'doc/user/environments.sgml')
-rw-r--r-- | doc/user/environments.sgml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/user/environments.sgml b/doc/user/environments.sgml new file mode 100644 index 0000000..59ad3cf --- /dev/null +++ b/doc/user/environments.sgml @@ -0,0 +1,43 @@ +<!-- + + Copyright 2001 Steven Knight + +--> + <para> + + X + + </para> + + <section> + <title>The &Environment; Constructor</title> + + <para> + + X + + </para> + + </section> + + <section> + <title>The &Clone; Method</title> + + <para> + + X + + </para> + + </section> + + <section> + <title>The &Copy; Method</title> + + <para> + + X + + </para> + + </section> |