groff-commit
[Top][All Lists]
Advanced

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

[groff] 10/19: tmac/tmac.am: Stop cleaning `$(TMACMDOCFILES)`.


From: G. Branden Robinson
Subject: [groff] 10/19: tmac/tmac.am: Stop cleaning `$(TMACMDOCFILES)`.
Date: Mon, 8 Nov 2021 18:56:01 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 1dd72cd31c8b22f68909ca064df79dc954e2f763
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Nov 9 07:42:32 2021 +1100

    tmac/tmac.am: Stop cleaning `$(TMACMDOCFILES)`.
    
    * tmac/tmac.am (MOSTLYCLEANFILES): Remove `$(TMACMDOCFILES)`.  This
      variable, formerly named `TMACMDOCSTRIPFILES`, should not be used in a
      clean target because its contents are (no longer) generated files.
      Problem introduced by me in commit 24602f42, 4 July (only noticeable
      in within-source-tree builds).
---
 ChangeLog    | 8 ++++++++
 tmac/tmac.am | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 80a1df9..bb86ff7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-11-09  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/tmac.am (MOSTLYCLEANFILES): Remove `$(TMACMDOCFILES)`.
+       This variable, formerly named `TMACMDOCSTRIPFILES`, should not
+       be used in a clean target because its contents are (no longer)
+       generated files.  Problem introduced by me in commit 24602f42, 4
+       July (only noticeable in within-source-tree builds).
+
 2021-11-08  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [libgroff,pic]: Check `strdup()` return value.
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 08aeb82..4eb16b7 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -121,7 +121,7 @@ dist_mdoc_DATA = $(TMACMDOCFILES)
 # Installed in localtmacdir
 dist_localtmac_DATA = tmac/man.local tmac/mdoc.local
 
-MOSTLYCLEANFILES += $(TMACMDOCFILES) \
+MOSTLYCLEANFILES += \
    tmac/groff_man.7.man \
    tmac/groff_man_style.7.man \
    tmac/www.tmac \



reply via email to

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