lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5638] Filter odd cases more aggressively, making new-year


From: Greg Chicares
Subject: [lmi-commits] [5638] Filter odd cases more aggressively, making new-year updates easier
Date: Thu, 03 Jan 2013 23:53:14 +0000

Revision: 5638
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5638
Author:   chicares
Date:     2013-01-03 23:53:13 +0000 (Thu, 03 Jan 2013)
Log Message:
-----------
Filter odd cases more aggressively, making new-year updates easier

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/GNUmakefile

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-01-03 23:11:14 UTC (rev 5637)
+++ lmi/trunk/ChangeLog 2013-01-03 23:53:13 UTC (rev 5638)
@@ -31717,3 +31717,8 @@
 Code added to work around an empty argument was itself defective,
 producing "[: too many arguments".
 
+20130103T2353Z <address@hidden> [545]
+
+  GNUmakefile
+Filter odd cases more aggressively, making new-year updates easier.
+

Modified: lmi/trunk/GNUmakefile
===================================================================
--- lmi/trunk/GNUmakefile       2013-01-03 23:11:14 UTC (rev 5637)
+++ lmi/trunk/GNUmakefile       2013-01-03 23:53:13 UTC (rev 5638)
@@ -397,6 +397,7 @@
            -e '/$(old_year)[, ]*$(new_year)/d' \
            -e'/[$$]Id: .* $(old_year)-.*[$$]/d' \
            -e'/http:\/\/lists.nongnu.org\/archive\/html\/lmi\/$(old_year)/d' \
+           -e'/\(VERSION\|version\).*$(old_year)[0-9]\{4\}T[0-9]\{4\}Z/d' \
          || true
        @$(GREP) $(unutterable) * \
          | $(SED) \
@@ -432,7 +433,13 @@
            -e '/:good_copyright=/d' \
            -e '/:$(unutterable) (C)$$/d' \
            -e '/$(unutterable) (C) 1900/d' \
+           -e '/$(unutterable).*`date -u +.%Y.`/d' \
+           -e 
'/http:\/\/www.gnu.org\/prep\/maintain\/maintain.html#$(unutterable)-Notices/d' 
\
+           -e '/year appears on the same line as the word "$(unutterable)"/d' \
+           -e '/document.add_comment("$(unutterable) (C) " + y + " Gregory W. 
Chicares.");/d' \
+           -e '/oss << "$(unutterable) .*" << year;/d' \
          || true
+       @$(ECHO) "Done."
 
 
################################################################################
 




reply via email to

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