]> Savannah Git Hosting - gnulib.git/commitdiff
git-version-gen: Use an indirect 'dist-hook' make rule instead.
authorSimon Josefsson <simon@josefsson.org>
Tue, 14 Jan 2025 06:25:24 +0000 (07:25 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 14 Jan 2025 06:25:24 +0000 (07:25 +0100)
* build-aux/git-version-gen: Doc fix.

ChangeLog
build-aux/git-version-gen

index d4e849e8a8d5be8c899fec038327d598b341d690..86f886e23632818ea13ea062e2da09f4b6fe621e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-01-14  Simon Josefsson  <simon@josefsson.org>
+
+       git-version-gen: Use an indirect 'dist-hook' make rule instead.
+       * build-aux/git-version-gen: Doc fix.
+
 2025-01-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        fts, savedir: avoid glibc 2.2 readdir ENOENT bug
index c1aac364d1970743a276d554a37dccca0d22071b..4ede151c8daf2bc4026f6dc9a541d74d0c3f1be6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Print a version string.
-scriptversion=2024-12-28.20; # UTC
+scriptversion=2025-01-14.06; # UTC
 
 # Copyright (C) 2007-2025 Free Software Foundation, Inc.
 #
@@ -80,7 +80,9 @@ scriptversion=2024-12-28.20; # UTC
 # $(top_srcdir)/.version:
 #      echo '$(VERSION)' > $@-t
 #      mv $@-t $@
-# dist-hook:
+# dist-hook: tarball-version
+# .PHONY: tarball-version
+# tarball-version
 #      echo '$(VERSION)' > $(distdir)/.tarball-version
 #
 # To setup support for "git archive" tarballs, use the following: