groff-commit
[Top][All Lists]
Advanced

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

[groff] 13/15: tmac/an-old.tmac: Drop no-op .tl requests.


From: G. Branden Robinson
Subject: [groff] 13/15: tmac/an-old.tmac: Drop no-op .tl requests.
Date: Wed, 19 May 2021 11:00:41 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 384b5b2b235a053d905304abfe24712afe90d441
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu May 20 00:36:35 2021 +1000

    tmac/an-old.tmac: Drop no-op .tl requests.
    
    * tmac/an-old.tmac (an-header, an-footer): Drop no-op .tl requests.
---
 ChangeLog        | 5 +++++
 tmac/an-old.tmac | 9 ++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5f88059..1978707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2021-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * tmac/an-old.tmac (an-header, an-footer): Drop no-op .tl
+       requests.
+
+2021-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * tmac/an-old.tmac (an-footer): Improve symmetry with an-header.
        If rendering to HTML, don't bother setting the
        an-outer-footer-text, an-extra1, and an-extra2 strings to empty
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 1747728..ed47693 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -284,9 +284,7 @@
 .  ps \\n[PS]u
 .  vs \\n[VS]u
 .  lt \\n[LT]u
-.  ie \\n[an-is-output-html] \
-.    tl ''''
-.  el \{\
+.  if !\\n[an-is-output-html] \
 .    if !\\n[cR] \
 .      sp .5i
 .    PT
@@ -310,10 +308,7 @@
 .  ps \\n[PS]u
 .  vs \\n[VS]u
 .  lt \\n[LT]u
-.  ie \\n[an-is-output-html] \{\
-.    tl ''''
-.  \}
-.  el \{\
+.  if !\\n[an-is-output-html] \{\
 .    ie \\n[cR] \
 .      ds an-outer-footer-text "\\*[an-title](\\*[an-section])\"
 .    el \{\



reply via email to

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