From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/RCS.xml | 57 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 8 deletions(-) (limited to 'src/engine/SCons/Tool/RCS.xml') diff --git a/src/engine/SCons/Tool/RCS.xml b/src/engine/SCons/Tool/RCS.xml index c4ff132..3902355 100644 --- a/src/engine/SCons/Tool/RCS.xml +++ b/src/engine/SCons/Tool/RCS.xml @@ -1,62 +1,93 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the interaction with the Revision Control System. + -RCS -RCS_CO -RCS_COFLAGS -RCS_COCOM +RCS +RCS_CO +RCS_COFLAGS +RCS_COCOM -RCS_COCOMSTR +RCS_COCOMSTR + The RCS executable. Note that this variable is not actually used for the command to fetch source files from RCS; see the &cv-link-RCS_CO; construction variable, below. + + The RCS "checkout" executable, used to fetch source files from RCS. + + The command line used to fetch (checkout) source files from RCS. + + The string displayed when fetching a source file from RCS. If this is not set, then &cv-link-RCS_COCOM; (the command line) is displayed. + + Options that are passed to the &cv-link-RCS_CO; command. + @@ -65,6 +96,7 @@ Options that are passed to the &cv-link-RCS_CO; command. () + A factory function that returns a Builder object to be used to fetch source files @@ -73,17 +105,23 @@ The returned Builder is intended to be passed to the &f-SourceCode; function: + + This function is deprecated. For details, see the entry for the &f-SourceCode; function. + + Examples: + - + env.SourceCode('.', env.RCS()) - + + Note that &scons; will fetch source files @@ -97,5 +135,8 @@ files in the same directory as the source files, or if you need to explicitly specify RCS for a specific subdirectory. + + + \ No newline at end of file -- cgit v1.2.3