groff-commit
[Top][All Lists]
Advanced

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

[groff] 38/51: grops.man: Minor improvement.


From: Werner LEMBERG
Subject: [groff] 38/51: grops.man: Minor improvement.
Date: Thu, 27 Mar 2014 19:39:23 +0000

wl pushed a commit to branch master
in repository groff.

commit 54349d5109684f37b391a18a96907bf62860569c
Author: Bjarni Ingi Gislason <address@hidden>
Date:   Thu Mar 27 19:56:26 2014 +0100

    grops.man: Minor improvement.
---
 src/devices/grops/grops.man |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/devices/grops/grops.man b/src/devices/grops/grops.man
index d60c221..50b4696 100644
--- a/src/devices/grops/grops.man
+++ b/src/devices/grops/grops.man
@@ -1,5 +1,5 @@
 .ig
-Copyright (C) 1989-2006, 2008-2011
+Copyright (C) 1989-2006, 2008-2011, 2014
   Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
@@ -1117,11 +1117,10 @@ produces an encapsulated PS file.
 .nf
 .ft B
 #! /bin/sh
-groff \-P\-b16 $1 >$1.ps
-gs \-dNOPAUSE \-sDEVICE=bbox \-\- $1.ps 2>$1.bbox
-cat $1.ps \[rs]
-| sed \-e "/\[ha]%%Orientation/r$1.bbox" \[rs]
-      \-e "/\[ha]%!PS-Adobe-3.0/s/$/ EPSF-3.0/" >$1.eps
+groff \-P\-b16 $1 > $1.ps
+gs \-dNOPAUSE \-sDEVICE=bbox \-\- $1.ps 2> $1.bbox
+sed \-e "/\[ha]%%Orientation/r $1.bbox" \[rs]
+    \-e "/\[ha]%!PS-Adobe-3.0/s/$/ EPSF-3.0/" $1.ps > $1.eps
 rm $1.ps $1.bbox
 .ft R
 .fi



reply via email to

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