[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * man/Makefile.am (MAKEINFO): Remove unused (this
From: |
Gavin D. Smith |
Subject: |
branch master updated: * man/Makefile.am (MAKEINFO): Remove unused (this also had incorrect spelling of another variable). |
Date: |
Wed, 07 Aug 2024 20:31:39 -0400 |
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 d4217b7d8e * man/Makefile.am (MAKEINFO): Remove unused (this also had
incorrect spelling of another variable).
d4217b7d8e is described below
commit d4217b7d8ed9d93eb4430a13fcf104f77181bac0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Aug 8 01:31:31 2024 +0100
* man/Makefile.am (MAKEINFO): Remove unused (this also had incorrect
spelling of another variable).
---
ChangeLog | 5 +++++
man/Makefile.am | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b20e458587..ca210490bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-08 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * man/Makefile.am (MAKEINFO): Remove unused (this also had incorrect
+ spelling of another variable).
+
2024-08-08 Gavin Smith <gavinsmith0123@gmail.com>
* Makefile.am (BUILT_SOURCES): Add tp/Texinfo/ModulePath.pm along
diff --git a/man/Makefile.am b/man/Makefile.am
index 6ff35bf204..c2129c70aa 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -47,8 +47,6 @@ MAKEINFO_ENVIRONMENT = TEXINFO_DEV_SOURCE=1 ; export
TEXINFO_DEV_SOURCE ; \
top_srcdir="$(top_srcdir)" ; export top_srcdir ; \
top_builddir="$(top_builddir)" ; export top_builddir ;
-MAKEINFO = $(MAKEINFO_ENVIRIONMENT) $(PERL) "$(tpdir)"/texi2any.pl
-#
mi_env = \
TEXINFO_DEV_SOURCE=1; export TEXINFO_DEV_SOURCE; ${MAKEINFO_ENVIRONMENT}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * man/Makefile.am (MAKEINFO): Remove unused (this also had incorrect spelling of another variable).,
Gavin D. Smith <=