diff options
author | Steven Knight <knight@baldmt.com> | 2003-02-06 05:17:25 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-02-06 05:17:25 (GMT) |
commit | 4f6a2c926304ee3ea444b6854991489702252c0e (patch) | |
tree | a00f3bdda7160f30f6b0838a9ebca57b8ad0c49f /doc/user/caching.sgml | |
parent | c07047f3cfdb2eb3c7f29a96afb2accdfed69184 (diff) | |
download | SCons-4f6a2c926304ee3ea444b6854991489702252c0e.zip SCons-4f6a2c926304ee3ea444b6854991489702252c0e.tar.gz SCons-4f6a2c926304ee3ea444b6854991489702252c0e.tar.bz2 |
Checkin of in-progress work on the User Guide.
Diffstat (limited to 'doc/user/caching.sgml')
-rw-r--r-- | doc/user/caching.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/caching.sgml b/doc/user/caching.sgml index 3ddfd32..5403c43 100644 --- a/doc/user/caching.sgml +++ b/doc/user/caching.sgml @@ -23,6 +23,17 @@ --> +<!-- + +=head2 The C<UseCache> method + +The C<UseCache> method instructs Cons to maintain a cache of derived +files, to be shared among separate build trees of the same project. + + UseCache("cache/<buildname>") || warn("cache directory not found"); + +--> + <para> X |