bug-groff
[Top][All Lists]
Advanced

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

[bug #44894] tmac/strip.sed : Add a comment to a created macro file


From: Werner LEMBERG
Subject: [bug #44894] tmac/strip.sed : Add a comment to a created macro file
Date: Wed, 22 Apr 2015 05:41:00 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36

Follow-up Comment #1, bug #44894 (project groff):

For some reasons, the original posting doesn't appear in the web interface,
most probably due to incomplete markup.  Here it is.

Bjarni, if this happens again, please look up this link
<https://savannah.gnu.org/cookbook/?func=detailitem&item_id=125> how to make
your message appear verbatim, or to disable markup completely.  On the other
hand, patches should be added as attachments, avoiding this issue completely.


>From 115cd1b64a010c732e047afc0bb834916e817e84 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Tue, 21 Apr 2015 00:03:41 +0000
Subject: [PATCH] tmac/strip.sed: Add a comment to a created macro file

  The comment is analogous to those in created manpages, e.g. "info.1".
It is added after the first line as it might have a meaning.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 tmac/strip.sed |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tmac/strip.sed b/tmac/strip.sed
index 0bb59f8..907fb11 100644
--- a/tmac/strip.sed
+++ b/tmac/strip.sed
@@ -1,3 +1,6 @@
+2 i\
+.\\" DO NOT MODIFY THIS FILE!  It was generated by "tmac/strip.sed"\
+.\\" in the "groff" repository from a file with a "-u" suffix.
 # strip comments, spaces, etc., after a line containing `%beginstrip%'
 /%beginstrip%/,$ {
   s/^\.[        ]*/./
--
1.7.1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44894>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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