groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Refine pdfroff "missing ghostscript" diagnostic.


From: Keith Marshall
Subject: [groff] 01/01: Refine pdfroff "missing ghostscript" diagnostic.
Date: Fri, 20 Aug 2021 17:18:38 -0400 (EDT)

keithmarshall pushed a commit to branch master
in repository groff.

commit 4774830108ef830fc4a33003089b9ae844e31e74
Author: Keith Marshall <keith.d.marshall@ntlworld.com>
AuthorDate: Wed Aug 18 19:41:00 2021 +0100

    Refine pdfroff "missing ghostscript" diagnostic.
---
 contrib/pdfmark/ChangeLog  | 6 ++++++
 contrib/pdfmark/pdfroff.sh | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/contrib/pdfmark/ChangeLog b/contrib/pdfmark/ChangeLog
index 83487cb..be5c55f 100644
--- a/contrib/pdfmark/ChangeLog
+++ b/contrib/pdfmark/ChangeLog
@@ -1,3 +1,9 @@
+2021-08-18  Keith Marshall  <keith.d.marshall@ntlworld.com>
+
+       Refine pdfroff "missing ghostscript" diagnostic.
+
+       * pdfroff.sh [$GS = ":"]: Fix typo: s/connot/cannot/; refine text.
+
 2020-12-25  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * pdfmark.am (PDFROFF): Call pdfroff without
diff --git a/contrib/pdfmark/pdfroff.sh b/contrib/pdfmark/pdfroff.sh
index 4179918..f34c841 100644
--- a/contrib/pdfmark/pdfroff.sh
+++ b/contrib/pdfmark/pdfroff.sh
@@ -3,7 +3,7 @@
 #
 # Function: Format PDF Output from groff Markup
 #
-# Copyright (C) 2005-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
 # Written by Keith Marshall (keith.d.marshall@ntlworld.com)
 # 
 # This file is part of groff.
@@ -570,7 +570,7 @@
        *** FATAL INSTALLATION ERROR ***
 
        '$CMD' requires a GhostScript interpreter to convert PostScript to PDF.
-       Since you do not appear to have one installed, '$CMD' connot continue.
+       You do not appear to have one installed; thus, '$CMD' cannot continue.
 
        ETX
     exit 1



reply via email to

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