[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #59753] src/roff/grog/subs.pl: Add file extensions "posix" and "tcl
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #59753] src/roff/grog/subs.pl: Add file extensions "posix" and "tcl" |
Date: |
Tue, 22 Dec 2020 14:28:38 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 |
URL:
<https://savannah.gnu.org/bugs/?59753>
Summary: src/roff/grog/subs.pl: Add file extensions "posix"
and "tcl"
Project: GNU troff
Submitted by: bjarniig
Submitted on: Tue 22 Dec 2020 07:28:37 PM UTC
Category: Core
Severity: 3 - Normal
Item Group: New feature
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
src/roff/grog/subs.pl: Add file extensions "posix" and "tcl"
These extension come from the packages "man-pages.posix{-dev}" and
"tcl*" (Debian),
or from
www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/
and
www.tcl.tk/
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
src/roff/grog/subs.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/roff/grog/subs.pl b/src/roff/grog/subs.pl
index db5bc10a..82550ed5 100644
--- a/src/roff/grog/subs.pl
+++ b/src/roff/grog/subs.pl
@@ -365,6 +365,8 @@ sub handle_file_ext {
# extensions for man tmac
if ( $ext =~ /^(
[1-9lno]|
+ [1-9]posix|
+ [1-9]tcl|
man|
n|
1b
--
2.29.2
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59753>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #59753] src/roff/grog/subs.pl: Add file extensions "posix" and "tcl",
Bjarni Ingi Gislason <=