texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch release/7.0 updated: * tp/Makefile.am (dist-hook): Do not distrib


From: Gavin D. Smith
Subject: branch release/7.0 updated: * tp/Makefile.am (dist-hook): Do not distribute architecture- dependent gettext_xs.o file. Report from Hilmar Preuße.
Date: Thu, 29 Dec 2022 14:36:07 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch release/7.0
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.0 by this push:
     new 760e5a2eec * tp/Makefile.am (dist-hook): Do not distribute 
architecture- dependent gettext_xs.o file.  Report from Hilmar Preuße.
760e5a2eec is described below

commit 760e5a2eecf6d5365cbf82af10d0c6328c34a91d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Dec 29 19:06:14 2022 +0000

    * tp/Makefile.am (dist-hook): Do not distribute architecture-
    dependent gettext_xs.o file.  Report from Hilmar Preuße.
---
 ChangeLog      | 5 +++++
 tp/Makefile.am | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c960e1ac7a..c85d0e95b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-29  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/Makefile.am (dist-hook): Do not distribute architecture-
+       dependent gettext_xs.o file.  Report from Hilmar Preuße.
+
 2022-12-12  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * info/util.c (text_buffer_iconv): Correctly update arguments
diff --git a/tp/Makefile.am b/tp/Makefile.am
index 9c2fce1780..00f3dc70c9 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -356,7 +356,7 @@ install-exec-hook:
        -makeinfo_f=`echo makeinfo | sed -e '$(transform)'`; texi2any_f=`echo 
texi2any| sed -e '$(transform)'`; $(LN_S) $$texi2any_f 
$(DESTDIR)$(bindir)/$$makeinfo_f
 
 dist-hook:
-       rm -rf `find $(distdir)/maintain/lib -name .git`
+       rm -rf `find $(distdir)/maintain/lib -name .git -o -name gettext_xs.o`
 
 uninstall-local:
        rm -rf $(DESTDIR)$(pkgdatadir)/lib/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]