nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5e4d81c99ef0d4bf64aa101061a1ba9e06f5cec0
parent 628c4e292842872af56119a63c84d48d9653c7fc
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 23 Dec 2005 16:07:00 +0000

in README.CVS, mention that the minimum required version of groff is
1.12, since that's the first version that supports generating HTML


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3245 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
MREADME.CVS | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -288,6 +288,9 @@ CVS code - - Mention that the minimum required version of texinfo is 4.0, since that's the first version that supports generating HTML. (DLR) + - Mention that the minimum required version of groff is 1.12, + since that's the first version that supports generating HTML. + (DLR) - Update the given cvs commands so that they work again. (DLR) - doc/faq.html: - Add a new section 5.3 to explain the status of nano's Unicode diff --git a/README.CVS b/README.CVS @@ -10,7 +10,7 @@ packages: - autoconf (version >= 2.54) - automake (version >= 1.7) - gettext (version >= 0.11.5) -- groff +- groff (version >= 1.12) - texinfo (version >= 4.0) - cvs - ssh (with support for the SSH version 2 protocol)