From: stevenknight Date: Wed, 13 Feb 2002 22:16:09 +0000 (+0000) Subject: Install the man page in the Debian package. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e39aa3045df444f3791eabd383fae8ea1655771;p=scons.git Install the man page in the Debian package. git-svn-id: http://scons.tigris.org/svn/scons/trunk@258 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/debian/rules b/debian/rules index d5c8e6f5..e3b0e069 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 d5a07354..f058b982 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.