[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Makefile.am, tp/tests/Makefile.am: add comme
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Makefile.am, tp/tests/Makefile.am: add comments for script calls that are also in autogen.sh to remind that they should be kept in sync with autogen.sh calls. |
Date: |
Thu, 17 Oct 2024 07:46:23 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new f0feda556f * tp/Makefile.am, tp/tests/Makefile.am: add comments for
script calls that are also in autogen.sh to remind that they should be kept in
sync with autogen.sh calls.
f0feda556f is described below
commit f0feda556f8766cdded2bdda42a3571ca804b748
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Oct 17 13:46:13 2024 +0200
* tp/Makefile.am, tp/tests/Makefile.am: add comments for script calls
that are also in autogen.sh to remind that they should be kept in sync
with autogen.sh calls.
---
ChangeLog | 6 ++++++
tp/Makefile.am | 2 ++
tp/tests/Makefile.am | 1 +
3 files changed, 9 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 4bd6d881e1..36925af092 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-15 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Makefile.am, tp/tests/Makefile.am: add comments for script calls
+ that are also in autogen.sh to remind that they should be kept in sync
+ with autogen.sh calls.
+
2024-10-16 Vitezslav Crhonek <vcrhonek@redhat.com>
* install-info/install-info.c (open_possibly_compressed_file):
diff --git a/tp/Makefile.am b/tp/Makefile.am
index 3667fd0639..60b3e812d2 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -18,9 +18,11 @@ include $(srcdir)/Makefile.tres
# Generated list of document string locale files and associated rules.
include $(srcdir)/Makefile.docstr
+# should be kept in sync with autogen.sh call
$(srcdir)/Makefile.tres: maintain/regenerate_file_lists.pl
cd $(srcdir)/ && $(PERL) ./maintain/regenerate_file_lists.pl
+# should be kept in sync with autogen.sh call
$(srcdir)/Makefile.docstr: maintain/regenerate_docstr.sh \
$(srcdir)/../po_document/LINGUAS
cd $(srcdir) \
diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am
index 19a9b28378..1f227300ee 100644
--- a/tp/tests/Makefile.am
+++ b/tp/tests/Makefile.am
@@ -13,6 +13,7 @@
# list-of-tests files specifying the tests to run, by category of test.
include $(srcdir)/Makefile.onetst
+# should be kept in sync with autogen.sh call
$(srcdir)/Makefile.onetst: \
../maintain/regenerate_cmd_tests.sh $(test_driving_files_generated_list)
cd $(srcdir) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Makefile.am, tp/tests/Makefile.am: add comments for script calls that are also in autogen.sh to remind that they should be kept in sync with autogen.sh calls.,
Patrice Dumas <=