summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.128
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 7ad2857..00db84e 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -31,7 +31,7 @@
.RE
.fi
..
-.TH SCONS 1 "November 2002"
+.TH SCONS 1 "February 2003"
.SH NAME
scons \- a software construction tool
.SH SYNOPSIS
@@ -2324,6 +2324,32 @@ is usually safe, and is always more efficient than
.IR duplicate =1.
.TP
+.RI AddPostAction ( target, action )
+Arranges for the specified
+.I action
+to be performed
+after the specified
+.I target
+has been built.
+The specified action(s) may be
+an Action object, or anything that
+can be converted into an Action object
+(see below).
+
+.TP
+.RI AddPreAction ( target, action )
+Arranges for the specified
+.I action
+to be performed
+before the specified
+.I target
+is built.
+The specified action(s) may be
+an Action object, or anything that
+can be converted into an Action object
+(see below).
+
+.TP
.RI Clean ( target, files_or_dirs )
This specifies a list of files or directories which should be removed
whenever the target is specified with the