nano

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

commit dd7c9a3679e603380bc559f18b98bd58d0461278
parent 31d623f99599b99ddb9ed715fe62202e659609d3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 29 Jan 2007 15:54:21 +0000

in Makefile.am, add ChangeLog.pre-2.1 to EXTRA_DIST


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

Diffstat:
MChangeLog | 1+
MMakefile.am | 7++++---
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -4,5 +4,6 @@ readable, per Jordi Mallach's suggestion. * ChangeLog.pre-2.1: Move the 2.0 branch's changelog here, per Jordi Mallach's suggestion. + * Makefile.am: Add ChangeLog.pre-2.1 to EXTRA_DIST. * src/help.c (help_init): Add a missing space to the "Execute Command" help text. diff --git a/Makefile.am b/Makefile.am @@ -3,8 +3,9 @@ AUTOMAKE_OPTIONS = gnu no-dependencies SUBDIRS = doc m4 po src -EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ - README README.CVS THANKS TODO UPGRADE config.rpath \ - install-sh missing mkinstalldirs nano.spec +EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog \ + ChangeLog.pre-2.1 \ INSTALL NEWS README README.CVS \ + THANKS TODO UPGRADE config.rpath install-sh missing \ + mkinstalldirs nano.spec ACLOCAL_AMFLAGS = -I m4