From 333c9f011d6c3a5f3a6964e97d73de60a182f918 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 19 Mar 2010 22:52:56 +0000 Subject: epstopdf 2.15 git-svn-id: svn://tug.org/texlive/trunk@17507 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/extra/epstopdf/Makefile | 4 ++-- Build/source/extra/epstopdf/README | 2 +- Build/source/extra/epstopdf/epstopdf.pl | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'Build') diff --git a/Build/source/extra/epstopdf/Makefile b/Build/source/extra/epstopdf/Makefile index 81adf697525..ba0f6624978 100644 --- a/Build/source/extra/epstopdf/Makefile +++ b/Build/source/extra/epstopdf/Makefile @@ -84,7 +84,7 @@ check1: pdfinfo $(file).pdf | grep "Page size" dist: epstopdf.tar.gz epstopdf.html -epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.pdf +epstopdf.tar.gz: README epstopdf.pl epstopdf.1 epstopdf.man1.pdf tar chzf epstopdf.tar.gz $^ groff = groff @@ -92,7 +92,7 @@ groff_opts = -man -t pdfopts = $(groff_opts) htmlopts = $(groff_opts) -Thtml pspdf = ps2pdf -sPAPERSIZE=a4 -epstopdf.pdf: epstopdf.1 +epstopdf.man1.pdf: epstopdf.1 $(groff) $(pdfopts) $< | $(pspdf) - $@ epstopdf.html: epstopdf.1 $(groff) $(htmlopts) $< >$@ diff --git a/Build/source/extra/epstopdf/README b/Build/source/extra/epstopdf/README index 9d96f254c0a..8d8eb583288 100644 --- a/Build/source/extra/epstopdf/README +++ b/Build/source/extra/epstopdf/README @@ -10,7 +10,7 @@ Home page: http://tug.org/epstopdf/ Mailing list for bugs and discussion: http://lists.tug.org/tex-k When reporting bugs, please include an input file and command line -options so the problem can be reproduced. +options, so the problem can be reproduced. ------------------------------------------------------------------------- The test-binary and test-bin2 files were supplied by Akira Kakuto and diff --git a/Build/source/extra/epstopdf/epstopdf.pl b/Build/source/extra/epstopdf/epstopdf.pl index 4d291672385..b2412e4d789 100755 --- a/Build/source/extra/epstopdf/epstopdf.pl +++ b/Build/source/extra/epstopdf/epstopdf.pl @@ -46,6 +46,7 @@ use strict; # # emacs-page # History +# 2010/03/19 v2.15 (Karl Berry) # * let --outfile override --filter again. # * recognize MSWin64 as well as MSWin32, just in case. # 2010/03/08 v2.14 (Manuel P\'egouri\'e-Gonnard) @@ -145,7 +146,7 @@ use strict; ### program identification my $program = "epstopdf"; -my $ident = '($Id$) 2.14'; +my $ident = '($Id$) 2.15'; my $copyright = <