groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 07/14: tmac/tmac.am: Fix build nit.


From: G. Branden Robinson
Subject: [groff] 07/14: tmac/tmac.am: Fix build nit.
Date: Mon, 22 Apr 2024 01:05:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a7fc772e9bae7ff2dfc7aa4be227fd2843adf2a2
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * tmac/tmac.am ($(M4CHECK)): Ensure directory exists to house
+       the stamp file before attempting to create the latter.
+
 2024-04-17  Deri James  <deri@chuzzlewit.myzen.co.uk>
 
        [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 > $@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]