gbranden pushed a commit to branch master
in repository groff.

commit 738547628bfe342b23473e3d0999f81e0f338940
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Mar 7 20:01:11 2026 -0600

    Makefile.am: Cosmetically improve build process.
    
    * Makefile.am (.version, dist-hook): Use `AM_V_GEN` macro in production
      of targets, to make them less garish in builds without `V=1` specified
      as a make(1) argument.
---
 ChangeLog   | 6 ++++++
 Makefile.am | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 04cd6d1cb..681ca58be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-03-07  G. Branden Robinson <[email protected]>
+
+       * Makefile.am (.version, dist-hook): Use `AM_V_GEN` macro in
+       production of targets, to make them less garish in builds
+       without `V=1` specified as a make(1) argument.
+
 2026-03-11  G. Branden Robinson <[email protected]>
 
        * tmac/troffrc (ptr): Disclose correct groff version number when
diff --git a/Makefile.am b/Makefile.am
index e75d5d623..7ae89f651 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -869,9 +869,9 @@ SUFFIXES += .man
 
 # Version files - see script "build-aux/git-version-gen".
 .version:
-       echo $(VERSION) > $@-t && mv $@-t $@
+       $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:
-       echo $(VERSION) > $(distdir)/.tarball-version
+       $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
 
 # maintainer-mode targets
 

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

Reply via email to