summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-13 22:16:09 (GMT)
committerSteven Knight <knight@baldmt.com>2002-02-13 22:16:09 (GMT)
commit8358209e2ccdf0f0a86c20e33401e8e26869f6c9 (patch)
tree1739971cdf6f6ef4fc709c887cca5e6e865e8314 /src
parent2179d050cfa7645e28b6ce54c7b1610364876444 (diff)
downloadSCons-8358209e2ccdf0f0a86c20e33401e8e26869f6c9.zip
SCons-8358209e2ccdf0f0a86c20e33401e8e26869f6c9.tar.gz
SCons-8358209e2ccdf0f0a86c20e33401e8e26869f6c9.tar.bz2
Install the man page in the Debian package.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index d5a0735..f058b98 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -59,6 +59,8 @@ RELEASE 0.05 -
- Fix so that Ignore() ignores indirect, implicit dependencies
(included files), not just direct dependencies.
+ - Put the man page in the Debian distribution.
+
From Anthony Roach:
- Make the scons script return an error code on failures.