>From 8dd5009996be46270a58bde8be4343410ea5df51 Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini 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