[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/maintain/regenerate_docstr.sh: Correct path
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/maintain/regenerate_docstr.sh: Correct path to Makefile.am. |
Date: |
Thu, 12 Oct 2023 12:17:56 -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 4e50e7f52f * tp/maintain/regenerate_docstr.sh: Correct path to
Makefile.am.
4e50e7f52f is described below
commit 4e50e7f52fae7ef4ea3ff8c0fa9dd8fd19ffee1e
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 12 17:17:46 2023 +0100
* tp/maintain/regenerate_docstr.sh: Correct path to Makefile.am.
---
ChangeLog | 4 ++++
tp/maintain/regenerate_docstr.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 18c067ba48..e9118f8404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-12 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/maintain/regenerate_docstr.sh: Correct path to Makefile.am.
+
2023-10-12 Gavin Smith <gavinsmith0123@gmail.com>
* tp/tests/coverage_macro.texi: Insert blank lines in block
diff --git a/tp/maintain/regenerate_docstr.sh b/tp/maintain/regenerate_docstr.sh
index f366a8e0de..56d1949eb3 100755
--- a/tp/maintain/regenerate_docstr.sh
+++ b/tp/maintain/regenerate_docstr.sh
@@ -11,7 +11,7 @@
#
# Originally written by Patrice Dumas.
#
-# This script is used by doc/Makefile.am to regenerate Makefile.docstr
+# This script is used by tp/Makefile.am to regenerate Makefile.docstr
dir=`echo $0 | sed 's,/[^/]*$,,'`
outfile=$1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/maintain/regenerate_docstr.sh: Correct path to Makefile.am.,
Gavin D. Smith <=