texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Makefile.am (dist-hook): Do not distribute a


From: Gavin D. Smith
Subject: branch master 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:37:40 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

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

commit 59c247504ba46b93e15722e341affe7faec79a93
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 cbe0515a42..68f2558517 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-29  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Common.pm (%document_settable_multiple_at_commands):
diff --git a/tp/Makefile.am b/tp/Makefile.am
index c9d08d974a..214bf441f9 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -360,7 +360,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]