From 8358209e2ccdf0f0a86c20e33401e8e26869f6c9 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 13 Feb 2002 22:16:09 +0000 Subject: Install the man page in the Debian package. --- debian/rules | 2 +- src/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v0.12