On 02/14/2012 09:55 PM, Jim Meyering wrote:
>
> Subject: [PATCH] maint: add a rule to use gnulib's update-copyright
>
> * lib/update-copyright: New file, from gnulib.
> * Makefile.am (FETCHFILES): Add update-copyright to the list.
> (fetch): Fetch it.
> (update-copyright): New rule.
> ---
>  Makefile.am          |   13 ++-
>  lib/update-copyright |  274 
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 286 insertions(+), 1 deletions(-)
>  create mode 100755 lib/update-copyright
> 
> I've rebased and pushed it.
> 
I'm applied the attached fixlet to maint (an merging back to master).
Sorry for having missed that in my earlier review.

Regards,
  Stefano
>From 8dd5009996be46270a58bde8be4343410ea5df51 Mon Sep 17 00:00:00 2001
Message-Id: <8dd5009996be46270a58bde8be4343410ea5df51.1329328814.git.stefano.lattar...@gmail.com>
From: Stefano Lattarini <stefano.lattar...@gmail.com>
Date: Wed, 15 Feb 2012 19:00:10 +0100
Subject: [PATCH] fixup: distribute 'lib/update-copyright'

While the 'update-copyright' script shouldn't be needed by final
users, that's not a good reason to keep it out by the distribution,
as doing so might be unhelpful toward occasional but curious users
interested in peeking into the automake build system.

* lib/Makefile.am (EXTRA_DIST): Distribute 'update-copyright'.
---
 lib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4102828..9ef9cc7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -30,7 +30,7 @@ dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
   mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
   symlink-tree
 
-EXTRA_DIST = gnupload gitlog-to-changelog
+EXTRA_DIST = gnupload gitlog-to-changelog update-copyright
 
 install-data-hook:
 	@$(POST_INSTALL)
-- 
1.7.9

Reply via email to