gbranden pushed a commit to branch master
in repository groff.
commit a7fc772e9bae7ff2dfc7aa4be227fd2843adf2a2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Apr 20 14:26:49 2024 -0500
tmac/tmac.am: Fix build nit.
* tmac/tmac.am ($(M4CHECK)): Ensure directory exists to house the stamp
file before attempting to create the latter.
Fixes:
/bin/bash: line 1: tmac/groff_man-passed-check-for-m4-keywords-stamp: No
such file or directory
---
ChangeLog | 5 +++++
tmac/tmac.am | 1 +
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 40367295a..e1483c5ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-20 G. Branden Robinson <[email protected]>
+
+ * tmac/tmac.am ($(M4CHECK)): Ensure directory exists to house
+ the stamp file before attempting to create the latter.
+
2024-04-17 Deri James <[email protected]>
[gropdf] Handle both types in one document.
diff --git a/tmac/tmac.am b/tmac/tmac.am
index dd3790fb2..32553d413 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -271,6 +271,7 @@ M4WORDS =
define|divert|include|index|shift|undefine|undivert
M4CHECK = tmac/groff_man-passed-check-for-m4-keywords-stamp
$(M4CHECK): tmac/groff_man.7.man.in
+ $(AM_V_at)$(MKDIR_P) $(top_builddir)/tmac
$(AM_V_at)! $(EGREP) \
'(^|[[:space:]])($(M4WORDS))($$|[[:space:]])' \
$(tmac_srcdir)/groff_man.7.man.in > $@
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit