groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/09: Skip the stripper, part 1/3 ("me").


From: G. Branden Robinson
Subject: [groff] 08/09: Skip the stripper, part 1/3 ("me").
Date: Thu, 1 Jul 2021 09:21:50 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 40cb44c083ebd9005ac4ddf94249ffb60497df26
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jul 1 22:19:32 2021 +1000

    Skip the stripper, part 1/3 ("me").
    
    * tmac/e.tmac-u: Rename to...
    * tmac/e.tmac: ...this.
    
    * tmac/tmac.am (TMACNORMALFILES): Add tmac/e.tmac.
      (TMACUNSTRIPFILES): Remove tmac/e.tmac-u.
      (TMACSTRIPFILES): Add tmac/e.tmac.
    
    Fixes one third of <https://savannah.gnu.org/bugs/?55091>.
---
 ChangeLog                 | 13 +++++++++++++
 tmac/{e.tmac-u => e.tmac} |  0
 tmac/tmac.am              |  5 +++--
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3064bd5..c6492fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2021-07-01  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       Skip the stripper, part 1/3 ("me").
+
+       * tmac/e.tmac-u: Rename to...
+       * tmac/e.tmac: ...this.
+
+       * tmac/tmac.am (TMACNORMALFILES): Add tmac/e.tmac.
+       (TMACUNSTRIPFILES): Remove tmac/e.tmac-u.
+       (TMACSTRIPFILES): Add tmac/e.tmac.
+
+       Fixes one third of <https://savannah.gnu.org/bugs/?55091>.
+
+2021-07-01  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * src/utils/grog/grog.pl: Simplify parsing.  Dave Kemper pointed
        out that preprocessors like pic(1) use pretty unsophisticated
        *roff parsing to determine where to perform their textual
diff --git a/tmac/e.tmac-u b/tmac/e.tmac
similarity index 100%
rename from tmac/e.tmac-u
rename to tmac/e.tmac
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 7a3bd89..430054c 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -36,6 +36,7 @@ TMACNORMALFILES = \
   tmac/an-old.tmac \
   tmac/an-ext.tmac \
   tmac/ms.tmac \
+  tmac/e.tmac \
   tmac/me.tmac \
   tmac/mdoc.tmac \
   tmac/pic.tmac \
@@ -95,8 +96,8 @@ TMACNORMALFILES = \
   tmac/zh.tmac
 
 # TMACSTRIPFILES are built from their unstripped version (-u).
-TMACUNSTRIPFILES = tmac/e.tmac-u tmac/doc.tmac-u tmac/doc-old.tmac-u
-TMACSTRIPFILES = tmac/e.tmac tmac/doc.tmac tmac/doc-old.tmac
+TMACUNSTRIPFILES = tmac/doc.tmac-u tmac/doc-old.tmac-u
+TMACSTRIPFILES = tmac/doc.tmac tmac/doc-old.tmac
 
 # files installed in tmacdir
 #



reply via email to

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