diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-13 22:16:09 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-13 22:16:09 (GMT) |
commit | 8358209e2ccdf0f0a86c20e33401e8e26869f6c9 (patch) | |
tree | 1739971cdf6f6ef4fc709c887cca5e6e865e8314 | |
parent | 2179d050cfa7645e28b6ce54c7b1610364876444 (diff) | |
download | SCons-8358209e2ccdf0f0a86c20e33401e8e26869f6c9.zip SCons-8358209e2ccdf0f0a86c20e33401e8e26869f6c9.tar.gz SCons-8358209e2ccdf0f0a86c20e33401e8e26869f6c9.tar.bz2 |
Install the man page in the Debian package.
-rw-r--r-- | debian/rules | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d5c8e6f..e3b0e06 100644 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,7 @@ binary-common: dh_testroot dh_installdocs dh_installexamples - dh_installmanpages build/doc/man/scons.1 + dh_installmanpages dh_installchangelogs dh_compress dh_fixperms 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. |