erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] Makefile: Fix name of ChangeLog files


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Makefile: Fix name of ChangeLog files
Date: Sun, 14 Oct 2007 00:48:55 -0400

commit f6d782a7d18d44412aae506d5494568b8223f149
Author: Michael Olson <address@hidden>
Date:   Sun Apr 1 01:40:46 2007 +0000

    Makefile: Fix name of ChangeLog files
    
    
    git-archimport-id: address@hidden/erc--main--0--patch-133

diff --git a/ChangeLog b/ChangeLog
index d0d3536..95f6c79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,8 @@
        (EXTRAS): New variable containing the contents of our "Emacs 22
        extras" tarball.
        (SOURCE): Remove $(TESTING).
-       (MISC): Add COPYING and ChangeLog.2006.
+       (MISC): Add COPYING and ChangeLog.06.  Fix ChangeLog.NNNN ->
+       ChangeLog.NN.
        (release): Use $(SNAPDIR) instead of erc-$(VERSION).
        (extras): New rule which implements the building of the extras
        tarball.
diff --git a/Makefile b/Makefile
index dbd9ab6..93b9914 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ SOURCE        = $(filter-out $(SPECIAL) $(UNCOMPILED), 
$(ALLSOURCE))
 TARGET = $(patsubst %.el,%.elc,$(SPECIAL) $(SOURCE))
 MANUAL  = erc
 MISC   = AUTHORS COPYING CREDITS HISTORY NEWS README Makefile ChangeLog \
-               ChangeLog.2006 ChangeLog.2005 ChangeLog.2004 \
-               ChangeLog.2003 ChangeLog.2002 ChangeLog.2001 \
+               ChangeLog.06 ChangeLog.05 ChangeLog.04 ChangeLog.03 \
+               ChangeLog.02 ChangeLog.01 \
                servers.pl erc-auto.in erc.texi
 
 EMACS       = emacs
diff --git a/NEWS b/NEWS
index bce99d5..9c97183 100644
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,7 @@ MS-DOS operating system.
  o erc-autojoin.el -> erc-join.el
  o erc-complete.el -> erc-hecomplete.el
  o erc-nickserv.el -> erc-services.el
+ o ChangeLog.NNNN -> ChangeLog.NN
 
 ** Header line changes
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]