gbranden pushed a commit to branch master
in repository groff.

commit 9fdb52a9cc805d7d5d42895e5a71b72d64e78e38
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jan 19 12:24:25 2026 -0600

    Makefile.am: Clean up distribution archive.
    
    * Makefile.am: Stop adding ".version" file to the `EXTRA_DIST` and
      `BUILT_SOURCES` macros.
    
    Fixes <https://savannah.gnu.org/bugs/?67927>.  Thanks to Colin Watson
    for the report.
---
 ChangeLog   | 8 ++++++++
 Makefile.am | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b7563e69f..e722f9d2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2026-01-19  G. Branden Robinson <[email protected]>
+
+       * Makefile.am: Stop adding ".version" file to the `EXTRA_DIST`
+       and `BUILT_SOURCES` macros.
+
+       Fixes <https://savannah.gnu.org/bugs/?67927>.  Thanks to Colin
+       Watson for the report.
+
 2026-01-20  Deri James  <[email protected]>
 
        * src/devices/gropdf/gropdf.1.man: Update copyright.
diff --git a/Makefile.am b/Makefile.am
index db9362e43..7c1af14e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -870,8 +870,8 @@ SUFFIXES += .man
             >$@
 
 # Version files - see script "build-aux/git-version-gen".
-EXTRA_DIST += $(top_srcdir)/.version
-BUILT_SOURCES += $(top_srcdir)/.version
+#EXTRA_DIST += $(top_srcdir)/.version
+#BUILT_SOURCES += $(top_srcdir)/.version
 $(top_srcdir)/.version:
        echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:

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

Reply via email to