From bf700875416b75755118ffc0407f7b5021812664 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 15 Aug 2007 22:40:33 +0000 Subject: [PATCH] in Makefile.am, remove erroneous backslash after ChangeLog.pre-2.1 in EXTRA_DIST, so that "make dist" works again git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4151 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 6 ++++++ Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb435ad4..cfd063f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-15 David Lawrence Ramsey + + * Makefile.am: Remove erroneous backslash after + ChangeLog.pre-2.1 in EXTRA_DIST, so that "make dist" works + again. + 2007-08-11 David Lawrence Ramsey * COPYING: Add a copy of the GNU GPL version 3. diff --git a/Makefile.am b/Makefile.am index 693e285a..0bd4e84d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = gnu no-dependencies SUBDIRS = doc m4 po src EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog \ - ChangeLog.pre-2.1 \ INSTALL NEWS README README.CVS \ + ChangeLog.pre-2.1 INSTALL NEWS README README.CVS \ THANKS TODO UPGRADE config.rpath install-sh missing \ mkinstalldirs nano.spec -- 2.39.5