m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/Attic/Makefile.maint,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/Attic/Makefile.maint,v [branch-1_4]
Date: Sat, 17 Jun 2006 23:57:33 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/17 23:57:32

Index: Makefile.maint
===================================================================
RCS file: /sources/m4/m4/Attic/Makefile.maint,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- Makefile.maint      1 May 2005 11:18:08 -0000       1.1.2.3
+++ Makefile.maint      17 Jun 2006 23:57:32 -0000      1.1.2.4
@@ -1,6 +1,6 @@
 ## Makefile.maint -- Makefile rules for m4 maintainers -*-Makefile-*-
 ##
-## Copyright (C) 2004, 2005 Free Software Foundation
+## Copyright (C) 2004, 2005, 2006 Free Software Foundation
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -78,7 +78,7 @@
 .PHONY: cvs-news
 cvs-news:
 ## Make sure the NEWS file is up-to-date:
-       @if sed '1,3d;4q' $(srcdir)/NEWS | grep -e "$(VERSION)" >/dev/null; \
+       @if sed '1,4d;5q' $(srcdir)/NEWS | grep -e "$(VERSION)" >/dev/null; \
        then :; \
        else \
          echo "NEWS not updated; not releasing" 1>&2; \




reply via email to

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