groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Revert "tmac/strip.sed: Explain operations."


From: G. Branden Robinson
Subject: [groff] 01/01: Revert "tmac/strip.sed: Explain operations."
Date: Tue, 7 Nov 2017 16:48:35 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 5f1c6cc8fd76c8fb2a2117ca5da1715cf9279522
Author: G. Branden Robinson <address@hidden>
Date:   Tue Nov 7 16:47:23 2017 -0500

    Revert "tmac/strip.sed: Explain operations."
    
    Per the GNU Autoconf manual, some seds are too limited to recognize
    comments.  So out they go.
    
    Thanks to Werner Lemberg for catching this.
    
    This reverts commit a8debe333518d6915bca1c92f5a7906640972d7d.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 tmac/strip.sed | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tmac/strip.sed b/tmac/strip.sed
index 407fb01..e52f93f 100644
--- a/tmac/strip.sed
+++ b/tmac/strip.sed
@@ -2,18 +2,6 @@
 .\\" This is a generated file, created by `tmac/strip.sed' in groff's\
 .\\" source code bundle from a file having `-u' appended to its name.
 # strip comments, spaces, etc., after a line containing `%beginstrip%'
-#
-# 1. Strip whitespace after a leading ".".
-# 2. Reduce old-style comment lines (.\") to the empty request (.).
-# 3. Reduce new-style comment lines (\#) to the empty request.
-# 4. Truncate trailing old-style comments.
-# 5. Truncate trailing new-style comments (keeping line continuation).
-# 6. Remove trailing whitespace and truncated old-style comments on
-#    all lines that do not define or append to string registers.
-# 7. Remove truncated old-style comments, preserving trailing
-#    whitespace, on lines that defined or append to string registers.
-# 8. Shorten mdoc symbol names.
-# 9. Delete all lines containing only the empty request.
 /%beginstrip%/,$ {
   s/^\.[        ]*/./
   s/^\.\\".*/./



reply via email to

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