nano

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

commit 188f169e1d6648cafeb27d52ed686b8dc29bbd1d
parent c0d3b20bdc653091fd74f992ddd016f09d2a302e
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 20 Nov 2004 16:16:47 +0000

in README.CVS, mention the requirement for groff in order to create html
versions of the manpages


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

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

diff --git a/ChangeLog b/ChangeLog @@ -394,6 +394,8 @@ CVS code - - README.CVS: - Mention the requirement for glib 2.x on systems lacking v?snprintf(), and add minor formatting changes. + - Mention the requirement for groff in order to create html + versions of the manpages. (DLR) - faq.html: - Fixed inaccuracy: Pico compatibility mode was made the default in nano 1.1.99pre1, not 1.2.2. (DLR) diff --git a/README.CVS b/README.CVS @@ -10,6 +10,7 @@ packages: - autoconf (version >= 2.54) - automake (version >= 1.7) - gettext (version >= 0.11.5) +- groff - texinfo - cvs - glib 2.x (if your system doesn't have snprintf() and/or vsnprintf())