summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-09 21:18:40 (GMT)
committerSteven Knight <knight@baldmt.com>2002-02-09 21:18:40 (GMT)
commit490f796a5ca21af009f406e51e751823fef8ee5c (patch)
treed44024dbbc5a79ca57f7cae36a0350a787071c3d /doc/user
parentbe65ede5539c8911432dae9dd4a68fd483ee8549 (diff)
downloadSCons-490f796a5ca21af009f406e51e751823fef8ee5c.zip
SCons-490f796a5ca21af009f406e51e751823fef8ee5c.tar.gz
SCons-490f796a5ca21af009f406e51e751823fef8ee5c.tar.bz2
Lookup implicit dependencies relative to the directory of the node in which the dependency was found.
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/copyright.sgml32
-rw-r--r--doc/user/main.sgml27
2 files changed, 46 insertions, 13 deletions
diff --git a/doc/user/copyright.sgml b/doc/user/copyright.sgml
new file mode 100644
index 0000000..79eda92
--- /dev/null
+++ b/doc/user/copyright.sgml
@@ -0,0 +1,32 @@
+<!--
+
+ Copyright (c) 2001, 2002 Steven Knight
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+-->
+
+<blockquote>
+ <para>
+
+ Copyright (c) 2002 Steven Knight
+
+ </para>
+</blockquote>
diff --git a/doc/user/main.sgml b/doc/user/main.sgml
index 22d977d..4b6bbb1 100644
--- a/doc/user/main.sgml
+++ b/doc/user/main.sgml
@@ -32,24 +32,25 @@
<!ENTITY % scons SYSTEM "../scons.mod">
%scons;
- <!ENTITY preface SYSTEM "preface.sgml">
- <!ENTITY simple SYSTEM "simple.sgml">
- <!ENTITY environments SYSTEM "environments.sgml">
- <!ENTITY depends SYSTEM "depends.sgml">
- <!ENTITY more SYSTEM "more.sgml">
- <!ENTITY hierarchy SYSTEM "hierarchy.sgml">
- <!ENTITY variants SYSTEM "variants.sgml">
<!ENTITY builders SYSTEM "builders.sgml">
- <!ENTITY scanners SYSTEM "scanners.sgml">
- <!ENTITY repositories SYSTEM "repositories.sgml">
<!ENTITY caching SYSTEM "caching.sgml">
- <!ENTITY run SYSTEM "run.sgml">
- <!ENTITY troubleshoot SYSTEM "troubleshoot.sgml">
- <!ENTITY reference SYSTEM "reference.sgml">
+ <!ENTITY cons SYSTEM "cons.sgml">
+ <!ENTITY copyright SYSTEM "copyright.sgml">
+ <!ENTITY depends SYSTEM "depends.sgml">
+ <!ENTITY environments SYSTEM "environments.sgml">
<!ENTITY errors SYSTEM "errors.sgml">
<!ENTITY example SYSTEM "example.sgml">
+ <!ENTITY hierarchy SYSTEM "hierarchy.sgml">
<!ENTITY make SYSTEM "make.sgml">
- <!ENTITY cons SYSTEM "cons.sgml">
+ <!ENTITY more SYSTEM "more.sgml">
+ <!ENTITY preface SYSTEM "preface.sgml">
+ <!ENTITY reference SYSTEM "reference.sgml">
+ <!ENTITY repositories SYSTEM "repositories.sgml">
+ <!ENTITY run SYSTEM "run.sgml">
+ <!ENTITY scanners SYSTEM "scanners.sgml">
+ <!ENTITY simple SYSTEM "simple.sgml">
+ <!ENTITY troubleshoot SYSTEM "troubleshoot.sgml">
+ <!ENTITY variants SYSTEM "variants.sgml">
]>