From da42249ccbe3f5a09f9d003e19355229c8d48974 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 6 Dec 2011 00:00:46 +0000 Subject: dosepsbin (5dec11) git-svn-id: svn://tug.org/texlive/trunk@24774 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl index b87bd25af54..5f7fedbb575 100755 --- a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl +++ b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl @@ -4,8 +4,8 @@ use strict; $^W=1; my $prj = 'dosepsbin'; -my $version = '1.0'; -my $date = '2011/11/10'; +my $version = '1.1'; +my $date = '2011/12/05'; my $author = 'Heiko Oberdiek'; my $copyright = "Copyright 2011 $author"; @@ -298,7 +298,7 @@ dosepsbin -- Extract PS/WMF/TIFF sections from DOS EPS binary files =head1 VERSION -2011-11-10 v1.0 +2011-12-05 v1.1 =head1 SYNOPSIS @@ -315,7 +315,7 @@ Options: --eps-file Write PS section to . --wmf-file Write WMF section to . - --tiff-file Write WMF section to . + --tiff-file Write TIFF section to . --inputfile The name of the input file. --verbose Verbose output. --quiet Only errors and warnings are printed. @@ -436,6 +436,14 @@ in section "5.2 Windows Metafile or TIFF": =back +=item B<2011/12/05 v1.1> + +=over 2 + +=item * Typo fixed in help text (thanks Peter Breitenlohner). + +=back + =back =cut -- cgit v1.2.3