lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5455] Make 'happy_new_year' target usable in webpages dir


From: Greg Chicares
Subject: [lmi-commits] [5455] Make 'happy_new_year' target usable in webpages directory
Date: Tue, 08 May 2012 13:47:16 +0000

Revision: 5455
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5455
Author:   chicares
Date:     2012-05-08 13:47:16 +0000 (Tue, 08 May 2012)
Log Message:
-----------
Make 'happy_new_year' target usable in webpages directory

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-05-07 15:07:44 UTC (rev 5454)
+++ lmi/trunk/ChangeLog 2012-05-08 13:47:16 UTC (rev 5455)
@@ -30037,3 +30037,8 @@
 fail bizarrely. See:
   http://lists.nongnu.org/archive/html/lmi/2012-05/msg00001.html
 
+20120508T1347Z <address@hidden> [573]
+
+  GNUmakefile
+Make 'happy_new_year' target usable in webpages directory.
+

Modified: lmi/trunk/GNUmakefile
===================================================================
--- lmi/trunk/GNUmakefile       2012-05-07 15:07:44 UTC (rev 5454)
+++ lmi/trunk/GNUmakefile       2012-05-08 13:47:16 UTC (rev 5455)
@@ -384,14 +384,15 @@
            && $(SED) \
              --in-place='$(backup_directory)/*' \
              -e'/$(unutterable)/s/$(old_year)/$(old_year), $(new_year)/' \
-             $$z; \
+             $$z \
+           || true; \
          done;
        $(RM) --force BOY
        @$(ECHO) "Check these potential issues:"
        @$(GREP) '$(old_year)[, ]*$(old_year)' * || true
        @$(GREP) '$(new_year)[, ]*$(old_year)' * || true
        @$(GREP) '$(new_year)[, ]*$(new_year)' * || true
-       @$(GREP) '$(old_year)' *.?pp \
+       @[ -z $(wildcard *.?pp) ] || $(GREP) '$(old_year)' *.?pp \
          | $(SED) \
            -e '/$(old_year)[, ]*$(new_year)/d' \
            -e'/[$$]Id: .* $(old_year)-.*[$$]/d' \
@@ -403,13 +404,14 @@
            -e '/$(unutterable).*$(new_year) Vadim Zeitlin/d' \
            -e '/unutterable := $(unutterable)/d' \
            -e '/$(unutterable) (C) .(yyyy) Gregory W. Chicares/d' \
-           -e '/$(unutterable) (C) 1989, 1991 Free Software Foundation, 
Inc./d' \
+           -e '/$(unutterable) \((C)\|&copy;\) 1989, 1991 Free Software 
Foundation, Inc./d' \
            -e '/$(unutterable) (C) 1987, 1989 Free Software Foundation, 
Inc./d' \
            -e '/$(unutterable) (C) 1987, 1989, 1992 Free Software Foundation, 
Inc./d' \
            -e '/$(unutterable) (C) 1995, 1996 Free Software Foundation, 
Inc./d' \
            -e '/$(unutterable) 1995, 1996, 2000 Free Software Foundation, 
Inc./d' \
            -e '/$(unutterable) (C) <year>  <name of author>/d' \
            -e '/Gnomovision version 69, $(unutterable) (C) year name of 
author/d' \
+           -e '/$(unutterable) (C) <var>yyyy<\/var>  *<var>name of 
author<\/var>/d' \
            -e '/$(unutterable) (C) &lt;year&gt;  &lt;name of author&gt;/d' \
            -e '/GNU cgicc $(unutterable) (C) 1996, 1997, 1998, 1999, 2000 
Stephen F. Booth/d' \
            -e '/$(unutterable) and license notices for graphics files/d' \




reply via email to

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