From 8e39aa3045df444f3791eabd383fae8ea1655771 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Wed, 13 Feb 2002 22:16:09 +0000 Subject: [PATCH] Install the man page in the Debian package. git-svn-id: http://scons.tigris.org/svn/scons/trunk@258 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- debian/rules | 2 +- src/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- 2.26.2