groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: grog: repair handling of --ligatures


From: Bernd Warken
Subject: [groff] 01/01: grog: repair handling of --ligatures
Date: Sun, 06 Jul 2014 15:18:54 +0000

bwarken pushed a commit to branch master
in repository groff.

commit a00fe469309b5616647eb41f71f9cc8fe3942fe4
Author: Bernd Warken <address@hidden>
Date:   Sun Jul 6 17:18:44 2014 +0200

    grog: repair handling of --ligatures
---
 ChangeLog             |    4 ++++
 src/roff/grog/subs.pl |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eb0e9ff..a5dcd05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-07-06  Bernd Warken  <address@hidden>
 
+       * src/roff/grog/subs.pl: Repair ligatures handling.
+
+2014-07-06  Bernd Warken  <address@hidden>
+
        * src/roff/grog/subs.pl: Correct handling of standard input.
 
 2014-07-06  Bernd Warken  <address@hidden>
diff --git a/src/roff/grog/subs.pl b/src/roff/grog/subs.pl
index de9af34..ade6ff1 100644
--- a/src/roff/grog/subs.pl
+++ b/src/roff/grog/subs.pl
@@ -733,7 +733,8 @@ sub make_groff_line {
 
   if ( $device eq 'pdf' ) {
     if ( $pdf_with_ligatures ) {       # with --ligature argument
-      push( @Command, '-P-y -PU' );
+      push( @Command, '-P-y' );
+      push( @Command, '-PU' );
     } else {   # no --ligature argument
       if ( $with_warnings ) {
        print STDERR <<EOF;



reply via email to

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