This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  e3c953a038315b385d54822f0cef82e572bf76e1 (commit)
      from  6f98bd80d29356401936fe8c8fcb046ce625e96a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=e3c953a038315b385d54822f0cef82e572bf76e1


commit e3c953a038315b385d54822f0cef82e572bf76e1
Author: Simon Josefsson <[email protected]>
Date:   Mon Jan 25 09:49:56 2021 +0100

    git-version-gen: Sync with git-version-gen usage instructions.
    
    * Makefile.am (EXTRA_DIST): Add.
    (BUILT_SOURCES): Use srcdir.
    (.version): Likewise.

diff --git a/ChangeLog b/ChangeLog
index a589595..e8a7093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-01-25  Simon Josefsson  <[email protected]>
+
+       git-version-gen: Sync with git-version-gen usage instructions.
+
+       * Makefile.am (EXTRA_DIST): Add.
+       (BUILT_SOURCES): Use srcdir.
+       (.version): Likewise.
+
 2021-01-24  Simon Josefsson  <[email protected]>
 
        * configure.ac: Fix disabling when all rcmd is missing.
diff --git a/Makefile.am b/Makefile.am
index c1d48dc..f819dd9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,10 @@ DISTCLEANFILES = pathdefs.make paths.defs \
        $(top_builddir)/.version \
        $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION).tar.xz
 
-BUILT_SOURCES = $(top_builddir)/.version
-$(top_builddir)/.version:
+# git-version-gen
+EXTRA_DIST += $(top_srcdir)/.version
+BUILT_SOURCES = $(top_srcdir)/.version
+$(top_srcdir)/.version:
        echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:
        echo $(VERSION) > $(distdir)/.tarball-version

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   | 8 ++++++++
 Makefile.am | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to