diff options
author | Steven Knight <knight@baldmt.com> | 2004-02-17 04:58:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-02-17 04:58:13 (GMT) |
commit | 66f555c21410aea4eead4fbd4710fddd15bb1ed1 (patch) | |
tree | 37d4b73ca811ea8c5b543c0048d6527694a94a14 /doc/user/main.sgml | |
parent | 744c41b71bd77daabd7ce8d7768a2217286d6911 (diff) | |
download | SCons-66f555c21410aea4eead4fbd4710fddd15bb1ed1.zip SCons-66f555c21410aea4eead4fbd4710fddd15bb1ed1.tar.gz SCons-66f555c21410aea4eead4fbd4710fddd15bb1ed1.tar.bz2 |
Add a common tasks appendix to the user's guide. (Anthony Roach)
Diffstat (limited to 'doc/user/main.sgml')
-rw-r--r-- | doc/user/main.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/main.sgml b/doc/user/main.sgml index 1a017d3..0fcf95c 100644 --- a/doc/user/main.sgml +++ b/doc/user/main.sgml @@ -60,6 +60,7 @@ <!ENTITY separate SYSTEM "separate.sgml"> <!ENTITY simple SYSTEM "simple.sgml"> <!ENTITY sourcecode SYSTEM "sourcecode.sgml"> + <!ENTITY tasks SYSTEM "tasks.sgml"> <!ENTITY troubleshoot SYSTEM "troubleshoot.sgml"> <!ENTITY variants SYSTEM "variants.sgml"> @@ -242,6 +243,11 @@ Tools() --> + <appendix id="app-tasks"> + <title>Handling Common Tasks</title> + &tasks; + </appendix> + <!-- <appendix id="app-example"> |