texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sat, 27 Feb 2021 14:52:05 -0500 (EST)

branch: master
commit 98d6dfd53e003c3653287d16c911250e17d84e34
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Feb 27 19:51:56 2021 +0000

    * texindex/Makefile.am (bin_SCRIPTS): Remove dist_ prefix
    from variable to prevent distribution of the generated texindex
    wrapper script.  Report by Bruno Haible.
---
 ChangeLog            | 6 ++++++
 texindex/Makefile.am | 6 ++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8330b8b..5746ba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-27  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * texindex/Makefile.am (bin_SCRIPTS): Remove dist_ prefix
+       from variable to prevent distribution of the generated texindex
+       wrapper script.  Report by Bruno Haible.
+
 2021-02-27  Eli Zaretskii  <eliz@gnu.org>
 
        * info/session.c (read, _read): #undef before redefining, to avoid
diff --git a/texindex/Makefile.am b/texindex/Makefile.am
index e45f4b7..038916e 100644
--- a/texindex/Makefile.am
+++ b/texindex/Makefile.am
@@ -16,8 +16,7 @@
 # texindex.awk does the real work; it is created from ti.twjr 
 # using rules here invoking the texiwebjr utilities.
 
-# what we want installed in $(bindir).
-dist_bin_SCRIPTS = texindex
+bin_SCRIPTS = texindex
 
 # since it's generated, have to clean it explicitly.
 CLEANFILES = texindex
@@ -32,8 +31,7 @@ dist_pkgdata_SCRIPTS = texindex.awk
 MAINTAINERCLEANFILES = texindex.awk
 
 # mention the texiwebjr utilities. they are maintained in another
-# repository (see their sources), and updated here manually (see
-# ../util/srclist.txt).
+# repository (see their sources), and can be updated here manually
 noinst_SCRIPTS = jrtangle jrweave
 EXTRA_DIST += $(noinst_SCRIPTS)
 



reply via email to

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