groff-commit
[Top][All Lists]
Advanced

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

[groff] 30/35: [build]: Tweak BuildFoundries message readability.


From: G. Branden Robinson
Subject: [groff] 30/35: [build]: Tweak BuildFoundries message readability.
Date: Fri, 15 Jul 2022 23:12:00 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 89cb48d005ca8a867226be90e5f0986b7faa53be
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jul 13 01:58:35 2022 -0500

    [build]: Tweak BuildFoundries message readability.
    
    * font/devpdf/util/BuildFoundries.pl (LoadFoundry): Separate lists of
      Type 1 font names with spaces as well as commas, for better diagnostic
      message readability.  Also begin message in lowercase (per GNU Coding
      Standards).
---
 ChangeLog                          | 7 +++++++
 font/devpdf/util/BuildFoundries.pl | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4c32763b..defaa492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-07-13  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * font/devpdf/util/BuildFoundries.pl (LoadFoundry): Separate
+       lists of Type 1 font names with spaces as well as commas, for
+       better diagnostic message readability.  Also begin message in
+       lowercase (per GNU Coding Standards).
+
 2022-07-13  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * font/devpdf/util/BuildFoundries.pl (LoadFoundry): Verify that
diff --git a/font/devpdf/util/BuildFoundries.pl 
b/font/devpdf/util/BuildFoundries.pl
index 195ed167..f3b46047 100644
--- a/font/devpdf/util/BuildFoundries.pl
+++ b/font/devpdf/util/BuildFoundries.pl
@@ -129,8 +129,8 @@ sub LoadFoundry
                        if (uc($r[1]) ne 'Y')
                        {
                            $gotf=0;
-                           my $fns=join(',',split('!',$r[5]));
-                           Warn("Unable to locate font(s) $fns");
+                           my $fns=join(', ',split('!',$r[5]));
+                           Warn("unable to locate font file(s): $fns");
                            $notFoundFont=1;
                            unlink $gfont;      # Unable to find the postscript 
file for the font just created by afmtodit
                        }



reply via email to

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