[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * autogen.sh: Edit comments to make clearer what
From: |
Gavin D. Smith |
Subject: |
branch master updated: * autogen.sh: Edit comments to make clearer what files are being generated. |
Date: |
Thu, 19 Oct 2023 14:02:00 -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 73b336410e * autogen.sh: Edit comments to make clearer what files are
being generated.
73b336410e is described below
commit 73b336410e8a159c4235fba64391501169693f36
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 19 19:01:49 2023 +0100
* autogen.sh: Edit comments to make clearer what files are being
generated.
---
ChangeLog | 5 +++++
autogen.sh | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e2ce6e3198..a8c2df0f0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * autogen.sh: Edit comments to make clearer what files are being
+ generated.
+
2023-10-19 Gavin Smith <gavinsmith0123@gmail.com>
* po/check-linguas.pl: New script to check that the LINGUAS file
diff --git a/autogen.sh b/autogen.sh
index 286e5cb76d..718100fa77 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,17 +10,17 @@ fi
echo "Preparing Texinfo development infrastructure:"
-# Generates an include file for tp/Makefile.am.
+# Generates tp/Makefile.tres (included by tp/Makefile.am).
cmd="./tp/maintain/regenerate_file_lists.pl"
echo " $cmd"
$chicken eval $cmd || exit 1
-# Generates another include file for tp/Makefile.am.
+# Generates tp/Makefile.docstr (included by tp/Makefile.am).
cmd="(cd tp && ./maintain/regenerate_docstr.sh Makefile.docstr)"
echo " $cmd"
$chicken eval $cmd || exit 1
-# Generates an include file for tp/tests/Makefile.am.
+# Generates tp/tests/Makefile.onetst (included by tp/tests/Makefile.am).
cmd="(cd tp/tests && ../maintain/regenerate_cmd_tests.sh Makefile.onetst .
-base 'formatting encoded nested_formats customization coverage layout'
-tex_html 'tex_html' -other 'other')"
echo " $cmd"
$chicken eval $cmd || exit 1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * autogen.sh: Edit comments to make clearer what files are being generated.,
Gavin D. Smith <=