groff-commit
[Top][All Lists]
Advanced

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

[groff] 33/40: [sboxes]: Fix style nit in not-quine generation.


From: G. Branden Robinson
Subject: [groff] 33/40: [sboxes]: Fix style nit in not-quine generation.
Date: Sat, 5 Feb 2022 12:58:07 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit a0578505222577fb037f1cc7adf626a9df646c7e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Feb 6 02:32:38 2022 +1100

    [sboxes]: Fix style nit in not-quine generation.
    
    * notquine.sed: Convert tilde to special character when inlining
      document source (\~ is used).
---
 contrib/sboxes/ChangeLog    | 5 +++++
 contrib/sboxes/notquine.sed | 1 +
 2 files changed, 6 insertions(+)

diff --git a/contrib/sboxes/ChangeLog b/contrib/sboxes/ChangeLog
index d2496b16..21b78564 100644
--- a/contrib/sboxes/ChangeLog
+++ b/contrib/sboxes/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-06  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * notquine.sed: Convert tilde to special character when inlining
+       document source (\~ is used).
+
 2021-11-01  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * msboxes.ms.in: Retitle document to "Using PDF Boxes with
diff --git a/contrib/sboxes/notquine.sed b/contrib/sboxes/notquine.sed
index be7dfd7a..1a110abd 100644
--- a/contrib/sboxes/notquine.sed
+++ b/contrib/sboxes/notquine.sed
@@ -6,6 +6,7 @@ s/\\" FOOTNOTE/@FOOTNOTE@/
 s/\\/\\[rs]/g
 s/-/\\&/g
 s/'/\\[aq]/g
+s/~/\\[ti]/g
 s/^\./\\\&&/
 /@FOOTNOTE@/a\
 .FS\



reply via email to

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