[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #53784] [PATCH] tmac-files: Separate legal matter from other text i
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #53784] [PATCH] tmac-files: Separate legal matter from other text in the same ".ig"-block |
Date: |
Sat, 28 Apr 2018 20:06:21 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?53784>
Summary: [PATCH] tmac-files: Separate legal matter from other
text in the same ".ig"-block
Project: GNU troff
Submitted by: bjarniig
Submitted on: Sun 29 Apr 2018 12:06:19 AM UTC
Category: Macro - others
Severity: 3 - Normal
Item Group: Wishlist
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From 8f021b0c97413e6e0c19efb847badd6a5c1cbd12 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sun, 29 Apr 2018 00:00:29 +0000
Subject: [PATCH] tmac-files: Separate legal matter from other text in the
same
".ig"-block
Copyright text and other legal matter should not be in the same
".ig"-block as other text.
Otherwise the normal text can't be removed with a "sed -e
'/^\.ig$/,/^\.\./d" command when the file is stripped (with
"tmac/stip.sed").
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
contrib/pdfmark/pdfmark.tmac | 4 +++-
tmac/devtag.tmac | 5 +++--
tmac/pdf.tmac | 4 +++-
tmac/www.tmac.in | 5 +++--
4 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/contrib/pdfmark/pdfmark.tmac b/contrib/pdfmark/pdfmark.tmac
index 2f1d0522..04b75774 100644
--- a/contrib/pdfmark/pdfmark.tmac
+++ b/contrib/pdfmark/pdfmark.tmac
@@ -19,7 +19,9 @@ for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+..
+.
+.ig
Author's Note
=============
diff --git a/tmac/devtag.tmac b/tmac/devtag.tmac
index cdbc49b0..25d25f82 100644
--- a/tmac/devtag.tmac
+++ b/tmac/devtag.tmac
@@ -25,8 +25,9 @@ for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
+..
+.
+.ig
------------------------------------------------------------------------
Description
------------------------------------------------------------------------
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 350f7839..8045bb85 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -19,7 +19,9 @@ for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+..
+.
+.ig
Author's Note
=============
diff --git a/tmac/www.tmac.in b/tmac/www.tmac.in
index b60e1b90..b9cb0373 100644
--- a/tmac/www.tmac.in
+++ b/tmac/www.tmac.in
@@ -27,8 +27,9 @@ for more details.
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
+..
+.
+.ig
------------------------------------------------------------------------
Description
------------------------------------------------------------------------
--
2.17.0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53784>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #53784] [PATCH] tmac-files: Separate legal matter from other text in the same ".ig"-block,
Bjarni Ingi Gislason <=