diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-10 13:10:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-10 13:10:28 +0000 |
commit | 9bdd9f27ea5243115a8b2f0aa891bfdf6dfdddf1 (patch) | |
tree | d854e398fa7c3bb51d3d429ef36a0b75a7dffeb7 /Master/bin/i386-cygwin/fixscribeps | |
parent | dbd8f0679bc5e9ceaab187cc83700f4b383f81fe (diff) |
change into linked scripts
git-svn-id: svn://tug.org/texlive/trunk@21010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-cygwin/fixscribeps')
l---------[-rwxr-xr-x] | Master/bin/i386-cygwin/fixscribeps | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/Master/bin/i386-cygwin/fixscribeps b/Master/bin/i386-cygwin/fixscribeps index bd4e9a0e3e0..1414c3cf31f 100755..120000 --- a/Master/bin/i386-cygwin/fixscribeps +++ b/Master/bin/i386-cygwin/fixscribeps @@ -1,19 +1 @@ -#!/usr/bin/env perl -# fixscribeps: get conforming PostScript out of Scribe -# -# Copyright (C) Angus J. C. Duggan 1991-1995 -# See file LICENSE for details. - -$inepsf = 0; -$epsfn = 0; -while (<>) { - if (/^([0-9]+ [0-9]+ [0-9]+ PB) (%!.*)/) { - print "$1\n%%BeginDocument: Scribe-EPSF $epsfn 0\n$2\n"; - $inepsf++; - } elsif (/^ PE/ && $inepsf) { - print "%%EndDocument\n", $_; - } else { - print $_; - } -} - +../../texmf/scripts/psutils/fixscribeps.pl
\ No newline at end of file |