Commit dd7c9a36 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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
No related merge requests found
Showing with 5 additions and 3 deletions
+5 -3
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
readable, per Jordi Mallach's suggestion. readable, per Jordi Mallach's suggestion.
* ChangeLog.pre-2.1: Move the 2.0 branch's changelog here, per * ChangeLog.pre-2.1: Move the 2.0 branch's changelog here, per
Jordi Mallach's suggestion. 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 * src/help.c (help_init): Add a missing space to the "Execute
Command" help text. Command" help text.
...@@ -3,8 +3,9 @@ AUTOMAKE_OPTIONS = gnu no-dependencies ...@@ -3,8 +3,9 @@ AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = doc m4 po src SUBDIRS = doc m4 po src
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog \
README README.CVS THANKS TODO UPGRADE config.rpath \ ChangeLog.pre-2.1 \ INSTALL NEWS README README.CVS \
install-sh missing mkinstalldirs nano.spec THANKS TODO UPGRADE config.rpath install-sh missing \
mkinstalldirs nano.spec
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment